gameServer/Actions.hs
changeset 13657 2d38dc2d3414
parent 13506 36f3f77e9b1b
child 13673 1aa5e884326a
--- a/gameServer/Actions.hs	Sun Aug 12 16:31:22 2018 +0200
+++ b/gameServer/Actions.hs	Mon Aug 13 16:01:58 2018 +0200
@@ -557,7 +557,7 @@
     mapM_ processAction [
         AddIP2Bans clHost (loc "60 seconds cooldown after kick") (addUTCTime 60 currentTime)
         , ModifyClient (\c -> c{isKickedFromServer = True})
-        , ByeClient "Kicked"
+        , ByeClient $ loc "Kicked"
         ]