summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2017-11-24 18:48:59 +0100
committernsensfel <SpamShield0@noot-noot.org>2017-11-24 18:48:59 +0100
commitcea8ee46e53adb910015c4ebc1df6e6154fa1cfb (patch)
tree68835459d8af272a37c6dd1a90a68a06715d0c47 /www/handler
parentdbdadc5492bdae0107dd033184544e70435da2f7 (diff)
Woops, mixed up two params.
Diffstat (limited to 'www/handler')
-rw-r--r--www/handler/battlemap/load_state.yaws4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/handler/battlemap/load_state.yaws b/www/handler/battlemap/load_state.yaws
index 998e22c..e04fd96 100644
--- a/www/handler/battlemap/load_state.yaws
+++ b/www/handler/battlemap/load_state.yaws
@@ -44,8 +44,8 @@ generate_add_char (Char, CharInstance, BattlemapInstance, PlayerID) ->
battlemap_instance:can_play_char_instance
(
BattlemapInstance,
- Char#character.id,
- PlayerID
+ PlayerID,
+ Char#character.id
)
}
]