gameServer/CoreTypes.hs
branch0.9.15
changeset 4762 59eb6319c950
parent 4693 6f74c97147fe
child 4904 0eab727d4717
--- a/gameServer/CoreTypes.hs	Mon Jan 17 14:53:14 2011 +0100
+++ b/gameServer/CoreTypes.hs	Thu Jan 20 21:12:50 2011 +0300
@@ -136,14 +136,14 @@
         dbHost :: String,
         dbLogin :: String,
         dbPassword :: String,
-        lastLogins :: [(String, UTCTime)],
+        lastLogins :: [(String, (UTCTime, String))],
         stats :: TMVar StatisticsInfo,
         coreChan :: Chan CoreMessage,
         dbQueries :: Chan DBQuery
     }
 
 instance Show ServerInfo where
-    show si = "Server Info"
+    show _ = "Server Info"
 
 newServerInfo = (
     ServerInfo