Compare commits

...

2 Commits

Author SHA1 Message Date
d500e7f893 Merge remote-tracking branch 'upstream/master' 2021-11-26 21:43:46 +01:00
3e15456bce fix intllib return 2021-11-14 14:22:15 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -41,4 +41,4 @@ end
dofile(path .. "lucky_block.lua")
print (S("[MOD] Mobs Redo Animals loaded"))
print ("[MOD] Mobs Redo Animals 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")