1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-26 20:10:21 +02:00

fix intllib return

This commit is contained in:
tenplus1
2021-11-14 14:22:15 +00:00
parent 99ca850018
commit 3e15456bce
2 changed files with 2 additions and 2 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")