Crashfix introduced by latest commit + small cleaning

master
Zughy 2022-05-27 23:31:26 +02:00
parent 244d272379
commit 6f45e3b26c
1 changed files with 3 additions and 3 deletions

View File

@ -300,7 +300,7 @@ function arena_lib.find_and_spectate_player(sp_name, change_team)
for i = 1, #players_team do
if i == new_ID then
set_spectator(mod, arena_name, spectator, "player", players_team[i], i)
set_spectator(mod, arena.name, spectator, "player", players_team[i], i)
return true
end
end
@ -649,11 +649,11 @@ function override_hotbar(player, mod, arena)
table.insert(tools, 2, "arena_lib:spectate_changeteam")
end
if next(arena_lib.get_spectate_entities(mod, arena.name)) then
if arena.spectate_entities_amount > 0 then
table.insert(tools, #tools, "arena_lib:spectate_changeentity")
end
if next(arena_lib.get_spectate_areas(mod, arena.name)) then
if arena.spectate_areas_amount > 0 then
table.insert(tools, #tools, "arena_lib:spectate_changearea")
end