From 818d31bcdc05b52006b4802e8b02ddc0de872c21 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 17 Dec 2020 18:41:23 -0300 Subject: [PATCH] Passing the coach deploy to debug only --- core/network.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/network.lua b/core/network.lua index 1bd7d3f1..d062d990 100644 --- a/core/network.lua +++ b/core/network.lua @@ -446,7 +446,9 @@ --update the current combat with new information --this is disabled due to lack of testing - --Details.packFunctions.DeployPackedCombatData(data) + if (_detalhes.debug) then + Details.packFunctions.DeployPackedCombatData(data) + end end end