Add debug message to display in log when turned on

This commit is contained in:
AntumDeluge 2017-05-29 01:08:02 -07:00 committed by Jordan Irwin
parent a73dc9aa39
commit 23477fb85f

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