1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-19 00:15:28 +01:00

Update snow mod to 3.2 version

This commit is contained in:
Ombridride
2015-01-26 00:03:27 +01:00
parent 618adecf2b
commit dc1053d3f1
10 changed files with 35 additions and 22 deletions

View File

@@ -128,6 +128,7 @@ snow.is_uneven = function(pos)
local found
local foundx
local foundy
local foundz
for x=-1,1 do
for z=-1,1 do
local node = get_node({x=pos.x+x,y=pos.y,z=pos.z+z})