gameServer/HWProtoLobbyState.hs
changeset 6912 831416764d2d
parent 6541 08ed346ed341
child 7321 57bd4f201401
--- a/gameServer/HWProtoLobbyState.hs	Sun Apr 22 18:38:34 2012 +0200
+++ b/gameServer/HWProtoLobbyState.hs	Sun Apr 22 21:23:32 2012 +0400
@@ -76,7 +76,7 @@
             else if isRestrictedJoins jRoom then
             [Warning "Joining restricted"]
             else if roomPassword /= password jRoom then
-            [Warning "Wrong password"]
+            [NoticeMessage WrongPassword]
             else
             [
                 MoveToRoom jRI,