chore: remove forgotten print

This commit is contained in:
Kazhnuz 2020-01-04 11:14:13 +01:00
parent 6bbd6e40f7
commit 9385d9deb9

View file

@ -238,7 +238,6 @@ end
function ShootMap:drawChunks(x) function ShootMap:drawChunks(x)
local x = x or 0 local x = x or 0
local firstChunk = math.floor(x / (8*31)) - 2 local firstChunk = math.floor(x / (8*31)) - 2
print(firstChunk)
for i=1, 6 do for i=1, 6 do
local chunkID = firstChunk + i local chunkID = firstChunk + i