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