summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 9b7130268..dc4469350 100644
--- a/src/client.h
+++ b/src/client.h
@@ -441,6 +441,7 @@ public:
// Causes urgent mesh updates (unlike Map::add/removeNodeWithEvent)
void removeNode(v3s16 p);
+ MapNode getNode(v3s16 p, bool *is_valid_position);
void addNode(v3s16 p, MapNode n, bool remove_metadata = true);
void setPlayerControl(PlayerControl &control);