gameServer/CoreTypes.hs
branchgettext
changeset 11268 b14de8b74183
parent 11250 09a2d3988569
child 11270 35e359585dea
--- a/gameServer/CoreTypes.hs	Mon Nov 02 06:23:46 2015 +0100
+++ b/gameServer/CoreTypes.hs	Mon Nov 02 06:58:08 2015 +0100
@@ -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)