(svn r21512) -Change/Feature: make the delay of the chat messages timing out unrelated to the number of passed game days, i.e. don't stop aging chat messages when the server is paused

This commit is contained in:
rubidium
2010-12-14 14:57:51 +00:00
parent facaef9e33
commit 2074b4ddce
5 changed files with 17 additions and 11 deletions

View File

@@ -249,7 +249,6 @@ static void OnNewMonth()
static void OnNewDay()
{
#ifdef ENABLE_NETWORK
NetworkChatMessageDailyLoop();
if (_network_server) NetworkServerDailyLoop();
#endif /* ENABLE_NETWORK */