mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-23 05:30:41 -05:00
Fix script errors
This commit is contained in:
@ -26,7 +26,7 @@ init()
|
||||
|
||||
precacheStatusIcon( "waypoint_revive" );
|
||||
|
||||
if ( getDvarInt( "zombies_minplayers" ) < 2 || getDvarInt( "zombies_minplayers" ) == "" )
|
||||
if ( getDvarInt( "zombies_minplayers" ) < 2 || getDvar( "zombies_minplayers" ) == "" )
|
||||
{
|
||||
setDvar( "zombies_minplayers", 2 );
|
||||
}
|
||||
@ -1094,7 +1094,7 @@ unlimited_zombies()
|
||||
{
|
||||
while(1)
|
||||
{
|
||||
if(!level.isresetting_grief)
|
||||
if(!is_true(level.isresetting_grief))
|
||||
{
|
||||
level.zombie_total = 100;
|
||||
}
|
||||
|
Reference in New Issue
Block a user