From 926aa5bca80189f8b1ea23fe495d1a9f32a7fb83 Mon Sep 17 00:00:00 2001 From: David Vogel Date: Tue, 19 Jul 2022 13:55:08 +0200 Subject: [PATCH] Remove debug message --- files/capture.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/files/capture.lua b/files/capture.lua index e8f5f46..7cf1253 100644 --- a/files/capture.lua +++ b/files/capture.lua @@ -155,7 +155,6 @@ local function captureEntities(entityFile, x, y, radius) local component = rootEntity:GetFirstComponent("ExplodeOnDamageComponent") if component then component:SetValue("explode_on_death_percent", 0) - print("What the hell?", component:ObjectGetValue("config_explosion", "damage")) end -- Try to prevent some stuff from exploding.