| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-19 19:05:06 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-19 19:05:06 +0100 | 
| commit | c3c8f24ebde2370d8314b1f0e571a26fbcff9450 (patch) | |
| tree | d3bcb696d7e10bb6b1b1641945eccde32ea8b08b /www/handler/battlemap/load_state.yaws | |
| parent | 55d3257033e7ca3818425e280bdee9aa6f24fbcb (diff) | |
Fixes typos.
Diffstat (limited to 'www/handler/battlemap/load_state.yaws')
| -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 6e613c6..b5a7fc7 100644 --- a/www/handler/battlemap/load_state.yaws +++ b/www/handler/battlemap/load_state.yaws @@ -70,12 +70,12 @@ handle (Req) ->     BattlemapInstance =        timed_cache:fetch        ( -         battlemap_instances_db, +         battlemap_instance_db,           <<"0">>  %         {Input#input.battlemap_id, Input#input.battlemap_instance_id}        ),     Characters = -      list:map +      lists:map        (           fun ({CharID, CharInst}) ->              { | 


