--- a/gameServer/HWProtoLobbyState.hs Thu May 12 23:29:31 2011 +0200
+++ b/gameServer/HWProtoLobbyState.hs Sun May 15 18:10:01 2011 +0400
@@ -178,9 +178,9 @@
cl <- thisClient
return [ClearAccountsCache | isAdministrator cl]
-handleCmd_lobby ["RESTART_SERVER", restartType] = do
+handleCmd_lobby ["RESTART_SERVER"] = do
cl <- thisClient
- return [RestartServer f | let f = restartType == "FORCE", isAdministrator cl]
+ return [RestartServer]
handleCmd_lobby _ = return [ProtocolError "Incorrect command (state: in lobby)"]