minor changes

This commit is contained in:
chmodsayshello 2022-10-07 16:18:00 +02:00
parent 82c62cbf62
commit 491d2ed995
1 changed files with 1 additions and 1 deletions

View File

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