Skip to content

Commit

Permalink
fix intllib return
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Nov 14, 2021
1 parent 99ca850 commit 3e15456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ end
dofile(path .. "lucky_block.lua")


print (S("[MOD] Mobs Redo Animals loaded"))
print ("[MOD] Mobs Redo Animals loaded")
2 changes: 1 addition & 1 deletion intllib.lua
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 3e15456

Please sign in to comment.