Localize variable

This commit is contained in:
Wuzzy 2016-11-09 04:55:33 +01:00
parent 927c055fd2
commit b4511aea6d

View File

@ -1,7 +1,7 @@
-- tutorial/creative/init.lua
-- intllib support
local S
local S, ES
if (minetest.get_modpath("intllib")) then
S = intllib.Getter()
ES = function( s ) return minetest.formspec_escape(S(s)) end