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()
|
||||
{
|
||||
if ( !level.scr_zm_ui_gametype_group == "zencounter" )
|
||||
if ( level.scr_zm_ui_gametype_group != "zencounter" )
|
||||
{
|
||||
return;
|
||||
}
|
||||
@ -345,7 +345,7 @@ emptyLobbyRestart()
|
||||
|
||||
gscMapChange()
|
||||
{
|
||||
if ( !level.map_rotate || !level.script == "zm_transit" )
|
||||
if ( !level.map_rotate || level.script != "zm_transit" )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user