diff -r 80d34c0b9dfe -r 98cde8645e21 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Fri Jun 19 17:55:42 2009 +0000 +++ b/gameServer/CoreTypes.hs Fri Jun 19 17:56:52 2009 +0000 @@ -160,7 +160,7 @@ Accept ClientInfo | ClientMessage (Int, [String]) | ClientAccountInfo (Int, AccountInfo) - | TimerAction + | TimerAction Int type Clients = IntMap.IntMap ClientInfo type Rooms = IntMap.IntMap RoomInfo