From 8c4a9ecf8c026597f6781ace322b3435d15234ce Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Thu, 11 Mar 2021 02:23:00 -0800 Subject: [PATCH] Removed debug code from _zm_magicbox.gsc. --- patch_zm/maps/mp/zombies/_zm_magicbox.gsc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/patch_zm/maps/mp/zombies/_zm_magicbox.gsc b/patch_zm/maps/mp/zombies/_zm_magicbox.gsc index 2dd239c..ce8b15c 100644 --- a/patch_zm/maps/mp/zombies/_zm_magicbox.gsc +++ b/patch_zm/maps/mp/zombies/_zm_magicbox.gsc @@ -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";