remove unneeded code

This commit is contained in:
chmodsayshello 2022-10-10 21:00:42 +02:00
parent e3576082a2
commit 70885adf6d
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ arena_lib.on_load("the_bridge", function(arena)
end)
arena_lib.on_enable("the_bridge", function(arena, p_name)
arena.team_id_red = get_team_id_by_name(arena_lib.mods["the_bridge"],"red")
arena.team_id_blue = get_team_id_by_name(arena_lib.mods["the_bridge"],"blue")
savemap(arena.the_bridge_area_pos_1,arena.the_bridge_area_pos_2,arena)
return true
end)