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