Commit f7fa7d0a authored by nanahira's avatar nanahira

fix std

parent 2047b1ec
...@@ -1632,9 +1632,6 @@ void Game::ClearChatMsg() { ...@@ -1632,9 +1632,6 @@ void Game::ClearChatMsg() {
void Game::AddDebugMsg(char* msg) void Game::AddDebugMsg(char* msg)
{ {
#ifdef YGOPRO_SERVER_MODE #ifdef YGOPRO_SERVER_MODE
if(aServerPort < 0)
fprintf(stdout, "%s\n", msg);
else
fprintf(stderr, "%s\n", msg); fprintf(stderr, "%s\n", msg);
#else #else
if (enable_log & 0x1) { if (enable_log & 0x1) {
......
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