typo in distance
This commit is contained in:
parent
88ce901431
commit
063fee40d5
4
init.lua
4
init.lua
@ -860,8 +860,8 @@ function realterrain.generate(minp, maxp)
|
||||
elseif distance < (limit/10)*5 then color = "symbol5"
|
||||
elseif distance < (limit/10)*6 then color = "symbol6"
|
||||
elseif distance < (limit/10)*7 then color = "symbol7"
|
||||
elseif distance < (limit/10)*8 then color = "symbol"
|
||||
elseif distance < (limit/10)*9 then color = "symbol"
|
||||
elseif distance < (limit/10)*8 then color = "symbol8"
|
||||
elseif distance < (limit/10)*9 then color = "symbol9"
|
||||
else color = "symbol10"
|
||||
end
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user