Fix code typo

master
Wuzzy 2017-05-13 01:07:45 +02:00
parent 74d58ef3ce
commit 5656eb6153
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ local function Cube(p, radius, node)
if ok then
built = SetNodeIfCanBuild({x=xi,y=yi,z=zi}, node)
end
if not buillt then
if not built then
built_all = false
end
end