gameServer/CoreTypes.hs
changeset 11246 09a2d3988569
parent 11046 47a8c19ecb60
child 11265 35e359585dea
--- a/gameServer/CoreTypes.hs	Sun Oct 25 20:40:27 2015 +0100
+++ b/gameServer/CoreTypes.hs	Tue Oct 27 23:04:15 2015 +0300
@@ -119,7 +119,8 @@
     CheckInfo
     {
         recordFileName :: String,
-        recordTeams :: [TeamInfo]
+        recordTeams :: [TeamInfo],
+        recordScript :: B.ByteString
     }
 
 data ClientInfo =
@@ -345,7 +346,7 @@
     CheckAccount ClientIndex Int B.ByteString B.ByteString
     | ClearCache
     | SendStats Int Int
-    | StoreAchievements Word16 B.ByteString [(B.ByteString, B.ByteString)] [B.ByteString]
+    | StoreAchievements Word16 B.ByteString [(B.ByteString, B.ByteString)] B.ByteString [B.ByteString]
     | GetReplayName ClientIndex Int B.ByteString
     deriving (Show, Read)