1
0
Mirror von https://github.com/mt-mods/homedecor_modpack.git synchronisiert 2025-10-28 03:25:22 +01:00

oops, forgot to 'end' that last if.

Dieser Commit ist enthalten in:
Vanessa Ezekowitz
2013-11-05 20:24:31 -05:00
Ursprung 2bb1eadc9e
Commit dfd45b2c10

Datei anzeigen

@@ -339,7 +339,7 @@ homedecor.update_sign = function(pos, fields)
meta:set_string("text", fields.text)
end
local text = meta:get_string("text")
if text == nil then return
if text == nil then return end
local objects = minetest.get_objects_inside_radius(pos, 0.5)
for _, v in ipairs(objects) do
local e = v:get_luaentity()