Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Feb 12, 2024
1 parent d1f4f13 commit e033410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fm_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ class AbmWorldThread : public thread_vector
return block;
};
auto *block = load_block(pos);
if (!block) {
continue;
}

// Load neighbours for better liquids flows
for (const auto &dir : g_6dirs) {
Expand Down

0 comments on commit e033410

Please sign in to comment.