Fix global name:

- 'sneeker' not 'sneaker'
This commit is contained in:
AntumDeluge
2017-05-29 01:29:08 -07:00
committed by Jordan Irwin
parent 58b239b4ae
commit 3a3de549bf
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ minetest.register_abm({
local node_light = minetest.get_node_light(pos)
-- Debugging spawning
sneaker.log_debug('Node light level at ' .. tostring(pos.x) .. ',' .. tostring(pos.y) .. ': ' .. tostring(node_light))
sneeker.log_debug('Node light level at ' .. tostring(pos.x) .. ',' .. tostring(pos.y) .. ': ' .. tostring(node_light))
if not node_light then
return