From: kainazzzo Date: Fri, 21 Jan 2005 02:26:04 +0000 (+0000) Subject: removed the annoying player data saved msg unless in debugmode X-Git-Url: https://jfr.im/git/irc/gameservirc.git/commitdiff_plain/780b12afdcd79eaf802d4cbd846a11a01bec5b87?ds=sidebyside removed the annoying player data saved msg unless in debugmode git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@281 bc333340-6410-0410-a689-9d09f3c113fa --- diff --git a/gameserv/tcpclient.cpp b/gameserv/tcpclient.cpp index e421b2c..fdeff2d 100644 --- a/gameserv/tcpclient.cpp +++ b/gameserv/tcpclient.cpp @@ -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 }