diff --git a/src/date.cpp b/src/date.cpp --- a/src/date.cpp +++ b/src/date.cpp @@ -250,6 +250,7 @@ static void OnNewDay() { #ifdef ENABLE_NETWORK NetworkChatMessageDailyLoop(); + if (_network_server) NetworkServerDailyLoop(); #endif /* ENABLE_NETWORK */ DisasterDailyLoop();