gameServer/HWProtoInRoomState.hs
changeset 10215 26fc5502ba22
parent 10212 5fb3bb2de9d2
child 10217 1a1da2342c5b
--- a/gameServer/HWProtoInRoomState.hs	Mon Mar 24 21:32:24 2014 +0400
+++ b/gameServer/HWProtoInRoomState.hs	Thu Mar 27 23:25:31 2014 +0400
@@ -434,7 +434,6 @@
 handleCmd_inRoom ["LOADROOM", fileName] = serverAdminOnly $ do
     return [LoadRoom fileName]
 
-    
 handleCmd_inRoom ["LIST"] = return [] -- for old clients (<= 0.9.17)
 
 handleCmd_inRoom (s:_) = return [ProtocolError $ "Incorrect command '" `B.append` s `B.append` "' (state: in room)"]