mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-08 01:47:50 -05:00
removed debug text
This commit is contained in:
parent
bd0831df5f
commit
ebfd937f9b
@ -392,8 +392,6 @@ getleaderdialogvariant( alias ) //checked changed to match cerberus output
|
|||||||
num_variants = maps/mp/zombies/_zm_spawner::get_number_variants( alias );
|
num_variants = maps/mp/zombies/_zm_spawner::get_number_variants( alias );
|
||||||
if ( num_variants <= 0 )
|
if ( num_variants <= 0 )
|
||||||
{
|
{
|
||||||
players = get_players();
|
|
||||||
players[ 0 ] iprintln( "ree" );
|
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
for ( i = 0; i < num_variants; i++ )
|
for ( i = 0; i < num_variants; i++ )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user