diff --git a/spawn.lua b/spawn.lua index 5f1dc01..099c59d 100644 --- a/spawn.lua +++ b/spawn.lua @@ -50,6 +50,11 @@ core.register_abm({ .. tostring(math.floor(pos.x)) .. "," .. tostring(math.floor(pos.y)) .. "," .. tostring(math.floor(pos.z))) + else + sneeker.log("debug", "Spawned at: " + .. tostring(math.floor(pos.x)) + .. "," .. tostring(math.floor(pos.y)) + .. "," .. tostring(math.floor(pos.z))) end end })