mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-07 18:47:59 -05:00
fixed improper syntax
This commit is contained in:
parent
a3600619ba
commit
b83d9f8c87
@ -84,7 +84,7 @@ gameDelayFunctionsAndVars()
|
|||||||
|
|
||||||
griefFunctionsAndVars()
|
griefFunctionsAndVars()
|
||||||
{
|
{
|
||||||
if ( !level.scr_zm_ui_gametype_group == "zencounter" )
|
if ( level.scr_zm_ui_gametype_group != "zencounter" )
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -345,7 +345,7 @@ emptyLobbyRestart()
|
|||||||
|
|
||||||
gscMapChange()
|
gscMapChange()
|
||||||
{
|
{
|
||||||
if ( !level.map_rotate || !level.script == "zm_transit" )
|
if ( !level.map_rotate || level.script != "zm_transit" )
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user