mirror of
https://gitlab.com/gaelysam/mapgen_rivers.git
synced 2025-06-28 14:36:20 +02:00
Fixups
This commit is contained in:
@ -123,7 +123,7 @@ end
|
||||
|
||||
local modpath = ""
|
||||
if minetest then
|
||||
modpath = minetest.get_modpath(minetest.get_current_modname()) .. "terrainlib_lua/"
|
||||
modpath = minetest.get_modpath(minetest.get_current_modname()) .. "/terrainlib_lua/"
|
||||
end
|
||||
|
||||
local rivermapper = dofile(modpath .. "rivermapper.lua")
|
||||
|
Reference in New Issue
Block a user