1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Check node updates whether the blocks are known (#7568)

* Remove unused ignore_id
This commit is contained in:
SmallJoker
2018-08-16 20:10:34 +02:00
committed by GitHub
parent 325bf68041
commit 297beea5bf
4 changed files with 65 additions and 56 deletions

View File

@@ -76,7 +76,6 @@ struct MapEditEvent
v3s16 p;
MapNode n = CONTENT_AIR;
std::set<v3s16> modified_blocks;
u16 already_known_by_peer = 0;
MapEditEvent() = default;