mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-21 20:50:42 -05:00
Encounter: don't spawn players during intermission
This commit is contained in:
@ -1619,6 +1619,11 @@ get_gamemode_winning_score()
|
|||||||
|
|
||||||
is_respawn_gamemode()
|
is_respawn_gamemode()
|
||||||
{
|
{
|
||||||
|
if (is_true(level.intermission))
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
if(!isDefined(level.scr_zm_ui_gametype_obj))
|
if(!isDefined(level.scr_zm_ui_gametype_obj))
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user