fix intllib return

This commit is contained in:
tenplus1 2021-11-14 14:23:03 +00:00
parent 7650e9ba5c
commit 9e0021a0f8
1 changed files with 1 additions and 1 deletions

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")