Removed debug code from _zm_magicbox.gsc.

This commit is contained in:
JezuzLizard 2021-03-11 02:23:00 -08:00
parent 84b8567c59
commit 8c4a9ecf8c

View File

@ -13,14 +13,6 @@
init() //checked matches cerberus output
{
//begin debug code
level.custom_zm_magicbox_loaded = 1;
maps/mp/zombies/_zm_bot::init();
if ( !isDefined( level.debugLogging_zm_magicbox ) )
{
level.debugLogging_zm_magicbox = 0;
}
//end debug code
if ( !isDefined( level.chest_joker_model ) )
{
level.chest_joker_model = "zombie_teddybear";