--- 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)