From cea8ee46e53adb910015c4ebc1df6e6154fa1cfb Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 24 Nov 2017 18:48:59 +0100 Subject: Woops, mixed up two params. --- www/handler/battlemap/load_state.yaws | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/handler/battlemap/load_state.yaws') 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 ) } ] -- cgit v1.2.3-70-g09d2