From f4a5eb25f6e777637c3516ccd2546a7adafbaa77 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 9 Nov 2016 02:42:36 +0100 Subject: Fix mod not working with mod security and intllib --- chat_commands.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chat_commands.lua') diff --git a/chat_commands.lua b/chat_commands.lua index 932457b..c386c19 100644 --- a/chat_commands.lua +++ b/chat_commands.lua @@ -15,9 +15,8 @@ -- local S -if (intllib) then - dofile(minetest.get_modpath("intllib").."/intllib.lua") - S = intllib.Getter(minetest.get_current_modname()) +if minetest.get_modpath("intllib") then + S = intllib.Getter() else S = function ( s ) return s end end -- cgit v1.2.3