From 7b11940f493d796d783d2d0da259cbb5e9f507e8 Mon Sep 17 00:00:00 2001 From: Niklp09 <89982526+Niklp09@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:00:58 +0200 Subject: [PATCH] fix crash --- 3d_armor_stand/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_armor_stand/init.lua b/3d_armor_stand/init.lua index e4e3299..018a4a7 100644 --- a/3d_armor_stand/init.lua +++ b/3d_armor_stand/init.lua @@ -308,7 +308,7 @@ minetest.register_entity("3d_armor_stand:armor_entity", { collisionbox = {0,0,0,0,0,0}, textures = {"3d_armor_trans.png"}, }, - _pos = nil + _pos = nil, on_activate = function(self) local pos = self.object:get_pos() if pos then