| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-24 18:48:59 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-24 18:48:59 +0100 | 
| commit | cea8ee46e53adb910015c4ebc1df6e6154fa1cfb (patch) | |
| tree | 68835459d8af272a37c6dd1a90a68a06715d0c47 /www | |
| parent | dbdadc5492bdae0107dd033184544e70435da2f7 (diff) | |
Woops, mixed up two params.
Diffstat (limited to 'www')
| -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                 )              }           ] | 


