gameServer/Actions.hs
changeset 10092 a92a4ba39a79
parent 10090 a471a7bbc339
child 10095 003fc694c0c3
--- a/gameServer/Actions.hs	Thu Jan 30 16:08:05 2014 +0400
+++ b/gameServer/Actions.hs	Fri Jan 31 12:45:51 2014 +0400
@@ -33,6 +33,7 @@
 import Consts
 import ConfigFile
 import EngineInteraction
+import FloodDetection
 
 
 type CmdHandler = [B.ByteString] -> Reader (ClientIndex, IRnC) [Action]