let newly uncontained water flow

develop
myk002 2021-06-12 11:46:48 -07:00
parent 7ea8c843b1
commit 5c853644f0
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 2 additions and 0 deletions

@ -716,6 +716,8 @@ static void post_process_dug_tiles(color_ostream &out,
} }
} }
// refresh block metadata and flows
Maps::enableBlockUpdates(Maps::getTileBlock(pos), true, true);
} }
} }