1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-23 09:45:19 +01:00

Revert part of 16013 - restore liquid updates to the client (#16663)

This reverts 00addc3e5d
Fixes: #16662
This commit is contained in:
lhofhansl
2025-11-11 11:10:49 -08:00
committed by GitHub
parent 760b20504f
commit 6ac8346c6d
5 changed files with 20 additions and 29 deletions

View File

@@ -774,7 +774,6 @@ MapBlock *ServerMap::loadBlock(const std::string &blob, v3s16 p3d, bool save_aft
if (!modified_blocks.empty()) {
MapEditEvent event;
event.type = MEET_OTHER;
event.low_priority = true;
event.setModifiedBlocks(modified_blocks);
dispatchEvent(event);
}