diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-17 16:34:01 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-17 16:34:01 +0100 |
commit | 3e30f7fff4219affc171b45d4ca31402577b0c7d (patch) | |
tree | b2f203c3811aac0d75392dff2563d2b2bd569cca /init.lua | |
parent | 1c06bf2628af2c5d0bc8a5b0c32ad8c617083e40 (diff) |
intllib updated (thanks BrunoMine)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |