gameServer/HWProtoInRoomState.hs
changeset 13510 60bcc20e6ab0
parent 13509 9ba5e4594322
child 13673 1aa5e884326a
--- a/gameServer/HWProtoInRoomState.hs	Wed Jul 18 15:35:54 2018 +0200
+++ b/gameServer/HWProtoInRoomState.hs	Wed Jul 18 17:02:40 2018 +0200
@@ -496,8 +496,13 @@
     let b = if m == "YES" then Just True else if m == "NO" then Just False else Nothing
     if isJust b then
         voted (p == ["FORCE"]) (fromJust b)
-        else
-        return [AnswerClients [sendChan cl] ["CHAT", "[server]", "/vote: Please use 'yes' or 'no'."]]
+    else
+        return [AnswerClients [sendChan cl] ["CHAT", "[server]",
+            if (p == ["FORCE"]) then
+                loc "/force: Please use 'yes' or 'no'."
+            else
+                loc "/vote: Please use 'yes' or 'no'."
+        ]]
 
 
 handleCmd_inRoom ["SAVE", stateName, location] = serverAdminOnly $ do