summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'www/handler/battlemap')
-rw-r--r-- | www/handler/battlemap/load_state.yaws | 4 |
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 ) } ] |