Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bri cassa 2021-11-26 21:44:00 +01:00
commit cab9cf25c6
2 changed files with 2 additions and 2 deletions

View File

@ -43,4 +43,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")