gameServer/HWProtoNEState.hs
changeset 13826 07b3dacd00f8
parent 13673 1aa5e884326a
child 13835 acb8b5530aa8
--- a/gameServer/HWProtoNEState.hs	Thu Oct 04 14:18:38 2018 +0200
+++ b/gameServer/HWProtoNEState.hs	Thu Oct 04 14:36:42 2018 +0200
@@ -101,4 +101,4 @@
         parsedProto = readInt_ protoNum
 #endif
 
-handleCmd_NotEntered _ = return [ProtocolError "Incorrect command (state: not entered)"]
+handleCmd_NotEntered (s:_) = return [ProtocolError $ "Incorrect command '" `B.append` s `B.append` "' (state: not entered)"]