update signs_lib yet again
This commit is contained in:
parent
a41474163c
commit
116099d94a
@ -419,7 +419,7 @@ end
|
||||
local function make_sign_texture(lines, pos)
|
||||
local node = minetest.get_node(pos)
|
||||
local def = minetest.registered_items[node.name]
|
||||
if not def then return end
|
||||
if not def or not def.entity_info then return end
|
||||
|
||||
local font_size
|
||||
local line_width
|
||||
|
Loading…
x
Reference in New Issue
Block a user