--- a/gameServer/ServerCore.hs Mon Mar 24 21:32:24 2014 +0400
+++ b/gameServer/ServerCore.hs Thu Mar 27 23:25:31 2014 +0400
@@ -53,6 +53,7 @@
TimerAction tick ->
mapM_ processAction $
PingAll
+ : CheckVotes
: [StatsAction | even tick]
++ [Cleanup | tick `mod` 100 == 0]