Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jun 2, 2020
1 parent 665c6f7 commit 1693cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion areas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ xp_areas = load_xp_areas()
-- cleanup for removed areas
areas:registerOnRemove(function(id)
xp_areas[id] = nil
asave_xp_areas()
save_xp_areas()
end)

-- chat
Expand Down

0 comments on commit 1693cf2

Please sign in to comment.