gameServer/HWProtoCore.hs
changeset 14118 589a752c01ca
parent 13846 d8e606cf8ff5
child 14380 8ad85859dd3f
--- a/gameServer/HWProtoCore.hs	Sat Nov 03 15:17:46 2018 +0100
+++ b/gameServer/HWProtoCore.hs	Sat Nov 03 15:27:27 2018 +0100
@@ -103,6 +103,7 @@
         h "FORCE" msg | not $ B.null msg = handleCmd_roomOnly ["VOTE", upperCase msg, "FORCE"]
                       | otherwise = handleCmd_roomOnly ["VOTE", "", "FORCE"]
         h "MAXTEAMS" n | not $ B.null n = handleCmd_roomOnly ["MAXTEAMS", n]
+                       | otherwise = handleCmd_roomOnly ["MAXTEAMS"]
 
         -- lobby-only commands
         h "STATS" _ = handleCmd_lobbyOnly ["STATS"]