1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-16 10:08:02 -05:00

Encounter: can only spectate own team

This commit is contained in:
Jbleezy
2023-03-23 00:29:01 -07:00
parent b982c1773a
commit 1434c4f1e0
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ init()
level.can_revive_game_module = ::can_revive;
level._powerup_grab_check = ::powerup_can_player_grab;
level.meat_bounce_override = scripts\zm\replaced\zgrief::meat_bounce_override;
level.custom_spectate_permissions = undefined;
level.is_respawn_gamemode_func = ::is_respawn_gamemode;
level.round_start_wait_func = ::round_start_wait;