1
0
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:
blert2112 2015-07-26 12:53:55 -04:00
parent aa17c0dd1f
commit 027db04a26

View File

@ -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