Remove rogue return

This commit is contained in:
Starbeamrainbowlabs 2018-06-17 14:40:57 +01:00
parent 841565a75f
commit 7883161cb8
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

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