fixed improper syntax

This commit is contained in:
JezuzLizard 2020-03-21 08:14:37 -07:00 committed by GitHub
parent a3600619ba
commit b83d9f8c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}