Commit f7fa7d0a authored by nanahira's avatar nanahira

fix std

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