diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index d46b51a0a..391528286 100644 --- a/src/client.h +++ b/src/client.h @@ -290,7 +290,7 @@ public: // Returns InvalidPositionException if not found MapNode getNode(v3s16 p); // Wrapper to Map - NodeMetadata* getNodeMetadataClone(v3s16 p); + NodeMetadata* getNodeMetadata(v3s16 p); v3f getPlayerPosition(); |