gameServer/Actions.hs
changeset 6809 5c78efca08a4
parent 6805 097289be7200
child 7120 9257cf8e7af2
--- a/gameServer/Actions.hs	Fri Mar 23 14:18:58 2012 +0100
+++ b/gameServer/Actions.hs	Fri Mar 23 23:03:09 2012 +0400
@@ -488,7 +488,7 @@
         [
             AnswerClients [sendChan cl] ["CONNECTED", "Hedgewars server http://www.hedgewars.org/", serverVersion]
             , CheckBanned
-            --, AddIP2Bans (host cl) "Reconnected too fast" (addUTCTime 10 $ connectTime cl)
+            , AddIP2Bans (host cl) "Reconnected too fast" (addUTCTime 10 $ connectTime cl)
         ]