Introducing spectate mode without collateral damage

This commit is contained in:
Zughy 2021-02-10 00:35:25 +01:00
parent 97ab66a226
commit 560585eece

View File

@ -35,7 +35,9 @@ end)
arena_lib.on_join("block_league", function(p_name, arena)
arena_lib.on_join("block_league", function(p_name, arena, as_spectator)
if as_spectator then return end
reset_meta(p_name)
equip_weapons(arena, p_name)