diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-28 22:32:46 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-28 22:32:46 +0200 |
commit | 7023548de006843963d6f56dcc6541f7bf9676e1 (patch) | |
tree | dae0fa8bb09009595cc437cbc42655670577aee8 /src/ChunkMap.h | |
parent | Clean up GenerateChunk/TouchChunk (diff) | |
download | cuberite-7023548de006843963d6f56dcc6541f7bf9676e1.tar cuberite-7023548de006843963d6f56dcc6541f7bf9676e1.tar.gz cuberite-7023548de006843963d6f56dcc6541f7bf9676e1.tar.bz2 cuberite-7023548de006843963d6f56dcc6541f7bf9676e1.tar.lz cuberite-7023548de006843963d6f56dcc6541f7bf9676e1.tar.xz cuberite-7023548de006843963d6f56dcc6541f7bf9676e1.tar.zst cuberite-7023548de006843963d6f56dcc6541f7bf9676e1.zip |
Diffstat (limited to 'src/ChunkMap.h')
-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() |