Remove rogue return

This commit is contained in:
Starbeamrainbowlabs 2018-06-17 14:40:57 +01:00
parent 841565a75f
commit 7883161cb8
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -120,6 +120,3 @@ function worldedit.floodfill(start_pos, radius, replace_node)
return count
end
return floodfill