gameServer/Votes.hs
changeset 10090 a471a7bbc339
parent 10087 5ba891578621
child 10195 d1c23bb73346
--- a/gameServer/Votes.hs	Wed Jan 29 09:17:25 2014 -0500
+++ b/gameServer/Votes.hs	Thu Jan 30 00:18:32 2014 +0400
@@ -11,7 +11,6 @@
 import Utils
 import CoreTypes
 import HandlerUtils
-import Actions
 
 
 voted :: Bool -> Reader (ClientIndex, IRnC) [Action]
@@ -67,7 +66,7 @@
 startVote :: VoteType -> Reader (ClientIndex, IRnC) [Action]
 startVote vt = do
     (ci, rnc) <- ask
-    cl <- thisClient
+    --cl <- thisClient
     rm <- thisRoom
     chans <- roomClientsChans