diff -r 22cc9c2b5ae5 -r 8bf14795a528 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Wed Feb 02 21:23:47 2011 +0300 +++ b/gameServer/CoreTypes.hs Wed Feb 02 21:53:19 2011 +0300 @@ -130,7 +130,7 @@ dbHost :: B.ByteString, dbLogin :: B.ByteString, dbPassword :: B.ByteString, - lastLogins :: [(B.ByteString, UTCTime)], + lastLogins :: [(B.ByteString, (UTCTime, B.ByteString))], stats :: TMVar StatisticsInfo, coreChan :: Chan CoreMessage, dbQueries :: Chan DBQuery