summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/roster-editor/src/Comm/JoinBattle.elm12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/roster-editor/src/Comm/JoinBattle.elm b/src/roster-editor/src/Comm/JoinBattle.elm
index c141a44..0175a12 100644
--- a/src/roster-editor/src/Comm/JoinBattle.elm
+++ b/src/roster-editor/src/Comm/JoinBattle.elm
@@ -33,13 +33,19 @@ try_encoding model =
(
"six",
(Json.Encode.string
- (Struct.Flags.force_get_param "ix" model.flags)
+ (Struct.Flags.force_get_param "six" model.flags)
)
),
(
- "m",
+ "cat",
(Json.Encode.string
- (Struct.Flags.force_get_param "m" model.flags)
+ (Struct.Flags.force_get_param "cat" model.flags)
+ )
+ ),
+ (
+ "mod",
+ (Json.Encode.string
+ (Struct.Flags.force_get_param "mod" model.flags)
)
),
(