mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-06-30 23:00:27 +02:00
fix luacheck
This commit is contained in:
3
api.lua
3
api.lua
@ -1,11 +1,10 @@
|
|||||||
-- signs_lib api, backported from street_signs
|
-- signs_lib api, backported from street_signs
|
||||||
|
|
||||||
local f = string.format
|
|
||||||
local S = signs_lib.S
|
local S = signs_lib.S
|
||||||
local has_default_mod = minetest.get_modpath("default")
|
local has_default_mod = minetest.get_modpath("default")
|
||||||
|
|
||||||
local function log(level, messagefmt, ...)
|
local function log(level, messagefmt, ...)
|
||||||
minetest.log(level, "[signs_lib] " .. f(messagefmt, ...))
|
minetest.log(level, "[signs_lib] " .. messagefmt:format(...))
|
||||||
end
|
end
|
||||||
|
|
||||||
local function get_sign_formspec() end
|
local function get_sign_formspec() end
|
||||||
|
Reference in New Issue
Block a user