Fixed rollover

This commit is contained in:
INeedBots
2020-10-01 21:28:46 -06:00
parent 5f9b5c5a20
commit 796085a5dc
2 changed files with 13 additions and 5 deletions

View File

@ -97,6 +97,12 @@ tryUseNuke( lifeId, allowCancel )
return false;
}
if (level.nukeEndsGame)
{
self iPrintLnBold( &"MP_NUKE_ALREADY_INBOUND" );
return false;
}
if ( self isUsingRemote() && ( !isDefined( level.gtnw ) || !level.gtnw ) )
return false;