diff -r 803b277e4894 -r 3f21a9dc93d0 gameServer/ServerCore.hs --- a/gameServer/ServerCore.hs Sat Mar 06 10:54:24 2010 +0000 +++ b/gameServer/ServerCore.hs Sat Mar 06 10:59:20 2010 +0000 @@ -60,7 +60,7 @@ PingAll : [StatsAction | even tick] - {- let hadRooms = (not $ null rooms) && (null mrooms) + {- let hadRooms = (not $ null rooms) && (null mrooms) in unless ((not $ isDedicated serverInfo) && ((null clientsIn) || hadRooms)) $ mainLoop serverInfo acceptChan messagesChan clientsIn mrooms -}