mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-29 14:50:52 +02:00
intllib updated (thanks BrunoMine)
This commit is contained in:
7
init.lua
7
init.lua
@ -19,12 +19,7 @@ local statistics = dofile(farming.path.."/statistics.lua")
|
||||
|
||||
-- Intllib
|
||||
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
end
|
||||
local S = dofile(farming.path.."/intllib.lua")
|
||||
farming.intllib = S
|
||||
|
||||
-- Utility Functions
|
||||
|
Reference in New Issue
Block a user