1
0
kopia lustrzana https://github.com/sys4-fr/server-nalc.git synced 2025-11-15 02:25:25 +01:00

Chmod and removal of whitespaces

This commit is contained in:
LeMagnesium
2015-07-27 21:45:41 +02:00
rodzic 5357fc996b
commit f16915f863
23 zmienionych plików z 53 dodań i 53 usunięć

Wyświetl plik

@@ -109,7 +109,7 @@ function watershed_pinetree(x, y, z, area, data)
end
-- MFF: Prevent trees from destroying existing blocks
local vit = area:index(x, y + j, z)
if j == 0 then
if j == 0 then
data[vit] = c_wspitree -- No safety check for the sapling itself
else
safely_set_block(data, vit, c_wspitree)