Fix tab after space indentations

This commit is contained in:
HybridDog
2021-01-17 14:40:37 +01:00
committed by sfan5
부모 eff01bc8e7
커밋 cc3aab00bc
3개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제

파일 보기

@@ -242,8 +242,8 @@ function worldedit.pyramid(pos, axis, height, node_name, hollow)
for index3 = -size, size do
local i = new_index2 + (index3 + offset[other2]) * stride[other2]
if (not hollow or size - math.abs(index2) < 2 or size - math.abs(index3) < 2) then
data[i] = node_id
count = count + 1
data[i] = node_id
count = count + 1
end
end
end