diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-10-09 14:46:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-09 14:46:09 +0200 |
commit | 1e8cae641592cc4ae7b6f1b997c514f9d2be422b (patch) | |
tree | 82f88f3fcb9d71c33c43b981570e0c07cf232906 /src/Chunk.h | |
parent | Updated the Core plugin. (diff) | |
download | cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.gz cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.bz2 cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.lz cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.xz cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.zst cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.zip |
Diffstat (limited to 'src/Chunk.h')
-rw-r--r-- | src/Chunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h index 54e4a9502..398d33a5f 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -475,7 +475,7 @@ public: /** Increments (a_AlwaysTicked == true) or decrements (false) the m_AlwaysTicked counter. If the m_AlwaysTicked counter is greater than zero, the chunk is ticked in the tick-thread regardless of - whether it has any clients or not. + whether it has any clients or not. When this is set, the chunk never unloads. This function allows nesting and task-concurrency (multiple separate tasks can request ticking and as long as at least one requests is active the chunk will be ticked). */ void SetAlwaysTicked(bool a_AlwaysTicked); |