From 09eb6971ad499412ef1be6b83c163e8acd937cf4 Mon Sep 17 00:00:00 2001 From: vbawol Date: Wed, 19 Jun 2013 09:49:45 -0500 Subject: [PATCH] removed debug from panthera --- MPMissions/DayZ_Epoch_16.Panthera2/init.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf b/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf index 04978d2fc..787bce456 100644 --- a/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf +++ b/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf @@ -32,7 +32,7 @@ dayz_tameDogs = true; DynamicVehicleDamageLow = 0; // Default: 0 DynamicVehicleDamageHigh = 100; // Default: 100 -DZEdebug = true; +// DZEdebug = true; //Load in compiled functions call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)