| summaryrefslogtreecommitdiff | 
diff options
| -rw-r--r-- | src/roster-editor/src/Comm/JoinBattle.elm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/roster-editor/src/Comm/JoinBattle.elm b/src/roster-editor/src/Comm/JoinBattle.elm index 42244c6..c141a44 100644 --- a/src/roster-editor/src/Comm/JoinBattle.elm +++ b/src/roster-editor/src/Comm/JoinBattle.elm @@ -31,7 +31,7 @@ try_encoding model =              ("stk", (Json.Encode.string model.session_token)),              ("pid", (Json.Encode.string model.player_id)),              ( -               "ix", +               "six",                 (Json.Encode.string                    (Struct.Flags.force_get_param "ix" model.flags)                 ) | 


