1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-18 07:30:24 +02:00

Chmod and removal of whitespaces

This commit is contained in:
LeMagnesium
2015-07-27 21:45:41 +02:00
parent 5357fc996b
commit f16915f863
23 changed files with 53 additions and 53 deletions

View File

@ -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)