gameServer/HWProtoLobbyState.hs
branchflibqtfrontend
changeset 8227 3a2ce574aa3b
parent 8156 3ccc61102b58
child 8230 bd4b8f9488a4
--- a/gameServer/HWProtoLobbyState.hs	Wed Dec 05 13:31:08 2012 -0500
+++ b/gameServer/HWProtoLobbyState.hs	Wed Dec 05 23:25:11 2012 +0400
@@ -80,6 +80,8 @@
             [Warning "No such room"]
             else if isRestrictedJoins jRoom then
             [Warning "Joining restricted"]
+            else if isRegisteredOnly jRoom then
+            [Warning "Registered users only"]
             else if isBanned then
             [Warning "You are banned in this room"]
             else if roomPassword /= password jRoom then