chore: remove forgotten print
This commit is contained in:
parent
6bbd6e40f7
commit
9385d9deb9
1 changed files with 0 additions and 1 deletions
|
@ -238,7 +238,6 @@ end
|
|||
function ShootMap:drawChunks(x)
|
||||
local x = x or 0
|
||||
local firstChunk = math.floor(x / (8*31)) - 2
|
||||
print(firstChunk)
|
||||
|
||||
for i=1, 6 do
|
||||
local chunkID = firstChunk + i
|
||||
|
|
Loading…
Reference in a new issue