fix intllib return

This commit is contained in:
tenplus1 2021-11-14 14:21:53 +00:00
parent cd201150b6
commit 23e24bff06
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ end
dofile(path .. "lucky_block.lua")
print (S("[MOD] Mobs Redo Monsters loaded"))
print ("[MOD] Mobs Redo Monsters loaded")

View File

@ -1,3 +1,3 @@
-- Support for the old multi-load method
dofile(minetest.get_modpath("intllib").."/init.lua")
return dofile(minetest.get_modpath("intllib").."/init.lua")