croc settings load fix

This commit is contained in:
blert2112 2015-07-26 12:53:55 -04:00
parent aa17c0dd1f
commit 027db04a26
1 changed files with 1 additions and 1 deletions

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