Remove debug message

This commit is contained in:
David Vogel 2022-07-19 13:55:08 +02:00
parent 77bf19acf3
commit 926aa5bca8

View File

@ -155,7 +155,6 @@ local function captureEntities(entityFile, x, y, radius)
local component = rootEntity:GetFirstComponent("ExplodeOnDamageComponent") local component = rootEntity:GetFirstComponent("ExplodeOnDamageComponent")
if component then if component then
component:SetValue("explode_on_death_percent", 0) component:SetValue("explode_on_death_percent", 0)
print("What the hell?", component:ObjectGetValue("config_explosion", "damage"))
end end
-- Try to prevent some stuff from exploding. -- Try to prevent some stuff from exploding.