gameServer/HWProtoLobbyState.hs
changeset 5209 f7a610e2ef5f
parent 5093 7eb35faa7f7a
child 5426 109e9b5761c2
--- 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)"]