Commit ef3ccf12 authored by nanahira's avatar nanahira

remain print port

parent a9562ce1
......@@ -40,10 +40,8 @@ void Game::MainServerLoop() {
dataManager.LoadDB("cards.cdb");
aServerPort = NetServer::StartServer(aServerPort);
NetServer::InitDuel();
#ifndef YGOPRO_TEST_REDTEXT
printf("%u\n", aServerPort);
fflush(stdout);
#endif //YGOPRO_TEST_REDTEXT
while(NetServer::net_evbase) {
#ifdef WIN32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment