gameServer/HWProtoInRoomState.hs
changeset 13846 d8e606cf8ff5
parent 13828 76a1d6275cd3
child 13970 f791c46b47a4
--- a/gameServer/HWProtoInRoomState.hs	Fri Oct 05 04:57:03 2018 +0200
+++ b/gameServer/HWProtoInRoomState.hs	Fri Oct 05 13:37:49 2018 +0200
@@ -76,9 +76,7 @@
 
 -- Leave room normally
 handleCmd_inRoom ["PART"] = return [MoveToLobby ""]
--- Leave room with custom quit message by player
--- "part: " is a special marker string to be detected by the frontend. Not translated for obvious reasons
-handleCmd_inRoom ["PART", msg] = return [MoveToLobby $ "part: " `B.append` msg]
+handleCmd_inRoom ["PART", _] = return [MoveToLobby ""]
 
 
 handleCmd_inRoom ("CFG" : paramName : paramStrs)