From 027db04a2696a32e74a1bccc9a69b1238c245852 Mon Sep 17 00:00:00 2001 From: blert2112 Date: Sun, 26 Jul 2015 12:53:55 -0400 Subject: [PATCH] croc settings load fix --- mobs_crocs/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobs_crocs/init.lua b/mobs_crocs/init.lua index 9c36cd0..536ba58 100644 --- a/mobs_crocs/init.lua +++ b/mobs_crocs/init.lua @@ -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