summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2018-08-16 20:10:34 +0200
committerGitHub <noreply@github.com>2018-08-16 20:10:34 +0200
commit297beea5bf95c8ea0b6fe08aed287b94487d24ea (patch)
tree60534b5da23a3a3386a1a5fdbb71cc9f977ebfba /src/map.h
parent325bf680410e8012394e5f3ba5ba947c69034899 (diff)
downloadminetest-297beea5bf95c8ea0b6fe08aed287b94487d24ea.tar.gz
minetest-297beea5bf95c8ea0b6fe08aed287b94487d24ea.tar.bz2
minetest-297beea5bf95c8ea0b6fe08aed287b94487d24ea.zip
Check node updates whether the blocks are known (#7568)
* Remove unused ignore_id
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 7e1624e60..712a0a51a 100644
--- a/src/map.h
+++ b/src/map.h
@@ -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;