summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-17 17:06:56 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-17 17:06:56 +0100 |
commit | c9f91d2d3d0d16e9b68f5c85372b17af35cf1890 (patch) | |
tree | 295618c8ff0a8bcf2114c46ad93022ff2c5cce28 | |
parent | 8d9ed2fea2e9a8d3e1c49cdd96f8090a3ac497a8 (diff) |
Updates to match the next server structure.
-rw-r--r-- | src/battlemap/src/Send/LoadBattlemap.elm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/battlemap/src/Send/LoadBattlemap.elm b/src/battlemap/src/Send/LoadBattlemap.elm index 71758cf..6024acd 100644 --- a/src/battlemap/src/Send/LoadBattlemap.elm +++ b/src/battlemap/src/Send/LoadBattlemap.elm @@ -35,7 +35,9 @@ try_encoding model = -- 0 (Json.Encode.object [ - ("battlemap_id", Json.Encode.string char_ref) + ("player_id", (Json.Encode.string "0")), + ("battlemap_id", (Json.Encode.string "0")), + ("instance_id", (Json.Encode.string "0")) ] ) -- ) |