diff --git a/SubstrateCS/Examples/BlockReplace/Program.cs b/SubstrateCS/Examples/BlockReplace/Program.cs index 8956c0b..3392dff 100644 --- a/SubstrateCS/Examples/BlockReplace/Program.cs +++ b/SubstrateCS/Examples/BlockReplace/Program.cs @@ -39,8 +39,6 @@ namespace BlockReplace int ydim = chunk.Blocks.YDim; int zdim = chunk.Blocks.ZDim; - chunk.Blocks.AutoFluid = true; - // x, z, y is the most efficient order to scan blocks (not that // you should care about internal detail) for (int x = 0; x < xdim; x++) {