diff options
Diffstat (limited to '')
-rw-r--r-- | src/ChunkMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkMap.h b/src/ChunkMap.h index 27794efa6..1b04ae3da 100644 --- a/src/ChunkMap.h +++ b/src/ChunkMap.h @@ -401,7 +401,7 @@ public: private: - // Chunks query their neighbors using GetChunk(), while being ticked + // Chunks query their neighbors using FindChunk(), while being ticked friend class cChunk; // The chunkstay can (de-)register itself using AddChunkStay() and DelChunkStay() |