mirror of
https://github.com/blert2112/mobs_water.git
synced 2024-11-13 05:40:25 +01:00
croc settings load fix
This commit is contained in:
parent
aa17c0dd1f
commit
027db04a26
|
@ -19,7 +19,7 @@ if mobs.mod and mobs.mod == "redo" then
|
|||
local l_spawn_chance = 60000
|
||||
|
||||
-- load settings
|
||||
dofile(minetest.get_modpath("mobs_crocs").."\\SETTINGS.txt")
|
||||
dofile(minetest.get_modpath("mobs_crocs").."/SETTINGS.txt")
|
||||
if not ENABLE_WALKERS then
|
||||
l_spawn_chance = l_spawn_chance - 20000
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user