fix crash upon disabling an arena

This commit is contained in:
chmodsayshello 2022-10-08 16:58:43 +00:00
parent 4e98c5a5db
commit 9de9de99db
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ arena_lib.on_end("the_bridge", function(arena, players, winners, spectators, is_
end)
arena_lib.on_disable("the_bridge", function(arena, p_name)
savemap(arena)
savemap(arena.the_bridge_area_pos_1,arena.the_bridge_area_pos_2,arena)
return true
end)