mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Remove debug message
This commit is contained in:
parent
77bf19acf3
commit
926aa5bca8
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user