mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
Fixed rollover
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user