]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/tcpclient.cpp
removed the annoying player data saved msg unless in debugmode
[irc/gameservirc.git] / gameserv / tcpclient.cpp
index e421b2c31331d379a3d82d9b59acb91e19f286f2..fdeff2d083e4b3d062f9a401d08e199c9ed50c1b 100644 (file)
@@ -296,7 +296,9 @@ int main(int argc, char *argv[])
            save_gs_dbase();
            saveNews(newsdata, todaysnews);
            // Send notice to the channel of the update
-           notice(s_GameServ, c_Forest, "%S player data saved");
+           #ifdef DEBUGMODE
+               notice(s_GameServ, c_Forest, "%S player data saved");
+           #endif
        }