changeset 13728 | 3106d630d6b5 |
parent 13703 | 2df519242d41 |
child 13730 | 5f62417a7d84 |
--- a/gameServer/Actions.hs Fri Aug 31 23:13:20 2018 +0200 +++ b/gameServer/Actions.hs Fri Aug 31 23:49:32 2018 +0200 @@ -479,7 +479,7 @@ c <- client's isChecker when (not b) $ (if c then checkerLogin else playerLogin) passwd isAdmin isContr Guest | isRegisteredUsersOnly si -> do - processAction $ ByeClient "Registered users only" + processAction $ ByeClient $ loc "This server only allows registered users to join." | otherwise -> do b <- isBanned c <- client's isChecker