зеркало из
https://github.com/mt-mods/signs_lib.git
synced 2025-10-15 21:55:39 +02:00
bail out of make_sign_texture is the node is unknown
Этот коммит содержится в:
1
api.lua
1
api.lua
@@ -419,6 +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
|
||||
|
||||
local font_size
|
||||
local line_width
|
||||
|
Ссылка в новой задаче
Block a user