gameServer/CoreTypes.hs
changeset 4955 84543ecae8c3
parent 4941 90572c338e60
child 4957 3684faf5b3d1
--- a/gameServer/CoreTypes.hs	Sat Feb 19 04:04:34 2011 +0100
+++ b/gameServer/CoreTypes.hs	Wed Feb 23 18:34:07 2011 +0300
@@ -135,6 +135,7 @@
         dbLogin :: B.ByteString,
         dbPassword :: B.ByteString,
         lastLogins :: [(B.ByteString, (UTCTime, B.ByteString))],
+        restartPending :: Bool,
         stats :: TMVar StatisticsInfo,
         coreChan :: Chan CoreMessage,
         dbQueries :: Chan DBQuery
@@ -156,6 +157,7 @@
         ""
         ""
         []
+        False
 
 data AccountInfo =
     HasAccount B.ByteString Bool