diff -r d9622394ec9c -r 09a2d3988569 gameServer/CoreTypes.hs --- 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)