From 23477fb85f5e8a98bb1fd6a371fd759364b7d8ca Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Mon, 29 May 2017 01:08:02 -0700 Subject: [PATCH] Add debug message to display in log when turned on --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 2ce2c14..286ff30 100644 --- a/init.lua +++ b/init.lua @@ -17,6 +17,8 @@ end dofile(sneeker.modpath .. "/settings.lua") dofile(sneeker.modpath .. "/functions.lua") +sneeker.log_debug("Debugging is on") + if log_mods then sneeker.log("Spawn cap: " .. tostring(sneeker.spawn_cap)) end