mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-22 17:00:26 +01:00
fix intllib return
This commit is contained in:
parent
cd201150b6
commit
23e24bff06
2
init.lua
2
init.lua
@ -42,4 +42,4 @@ end
|
||||
dofile(path .. "lucky_block.lua")
|
||||
|
||||
|
||||
print (S("[MOD] Mobs Redo Monsters loaded"))
|
||||
print ("[MOD] Mobs Redo Monsters loaded")
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user