From ef6c5d027d1e007b79104c220f2f44b13fc8e7af Mon Sep 17 00:00:00 2001 From: HybridDog Date: Sun, 16 Feb 2014 15:02:09 +0100 Subject: [PATCH] update --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 1cc911a..c6ec007 100644 --- a/init.lua +++ b/init.lua @@ -369,7 +369,6 @@ function nuke.explode_tnt(pos, tab, range, delay) end end end - nuke.set_vm_data(manip, nodes, pos, t1, "exploded") manip:set_data(nodes) manip:write_to_map() print(string.format("[nuke] pre exploded at ("..pos.x.."|"..pos.y.."|"..pos.z..") after ca. %.2fs", os.clock() - t1))