use signs_lib.S

This commit is contained in:
Niklp
2022-06-19 08:33:39 +02:00
committed by GitHub
parent a9858c76af
commit 4018128e84
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
-- signs_lib api, backported from street_signs
local S = minetest.get_translator(minetest.get_current_modname())
local S = signs_lib.S
local function get_sign_formspec() end