gameServer/HWProtoNEState.hs
changeset 2155 d897222d3339
parent 2150 45b695f3a7b9
child 2349 ba7a0813c532
equal deleted inserted replaced
2154:3d2917be12c3 2155:d897222d3339
    53 	where
    53 	where
    54 		client = clients IntMap.! clID
    54 		client = clients IntMap.! clID
    55 		adminNotice = if isAdministrator client then [AnswerThisClient ["ADMIN_ACCESS"]] else []
    55 		adminNotice = if isAdministrator client then [AnswerThisClient ["ADMIN_ACCESS"]] else []
    56 
    56 
    57 
    57 
    58 handleCmd_NotEntered _ _ _ ["DUMP"] =
    58 --handleCmd_NotEntered _ _ _ ["DUMP"] =
    59 	[Dump]
    59 --	[Dump]
    60 
    60 
    61 
    61 
    62 handleCmd_NotEntered clID _ _ _ = [ProtocolError "Incorrect command (state: not entered)"]
    62 handleCmd_NotEntered clID _ _ _ = [ProtocolError "Incorrect command (state: not entered)"]