changeset 4894 | efcea232bbf6 |
parent 4762 | 59eb6319c950 |
child 4904 | 0eab727d4717 |
--- a/gameServer/CoreTypes.hs Mon Jan 31 21:59:59 2011 +0100 +++ b/gameServer/CoreTypes.hs Tue Feb 01 00:18:25 2011 +0100 @@ -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