This commit is contained in:
Jordan Irwin 2021-05-06 21:45:12 -07:00
parent edb0a24809
commit b4b71f5dc8
3 changed files with 2 additions and 6 deletions

@ -9,5 +9,5 @@ end
-- Retrieves pos coordinates in string value
function sneeker.get_pos_string(pos)
return 'x=' .. tostring(pos.x) .. ', y=' .. tostring(pos.y) .. ', z=' .. tostring(pos.z)
return "x=" .. tostring(pos.x) .. ", y=" .. tostring(pos.y) .. ", z=" .. tostring(pos.z)
end

@ -1,5 +1,3 @@
-- Original code by Rui: WTFPL
local time_hr = sneeker.time_min * 60
local time_day = time_hr * 24

@ -1,5 +1,3 @@
-- Original code by Rui: WTFPL
-- From TNT
local cid_data = {}