Advertisement
Guest User

Untitled

a guest
Oct 29th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. diff --git a/init.lua b/init.lua
  2. index be7386d..32fb5ef 100644
  3. --- a/init.lua
  4. +++ b/init.lua
  5. @@ -8,7 +8,8 @@ if (minetest.get_modpath("intllib")) then
  6. S = function ( s ) return s end
  7. end
  8.  
  9. -dofile(minetest.get_modpath("moreores").."/_config.txt")
  10. +moreores_modpath = minetest.get_modpath("moreores")
  11. +dofile(moreores_modpath.."/_config.txt")
  12.  
  13. --[[
  14. ****
  15. @@ -361,7 +362,7 @@ minetest.register_node("moreores:copper_rail", {
  16.  
  17. -- mg suppport
  18. if minetest.get_modpath("mg") then
  19. - dofile(modpath.."/mg.lua")
  20. + dofile(moreores_modpath.."/mg.lua")
  21. end
  22.  
  23. print(S("[moreores] loaded."))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement