diff -r 426aafe1f3ed -r 26fc5502ba22 gameServer/HWProtoInRoomState.hs --- 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)"]