1
0
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:
Jbleezy
2021-12-13 00:43:43 -08:00
parent e98e814995
commit d05549d99d

View File

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