diff options
author | madmaxoft <github@xoft.cz> | 2014-02-08 21:55:21 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-02-08 21:55:21 +0100 |
commit | ea71bfa9b645cda80b7d4364c675ebaee8db8353 (patch) | |
tree | 8db9fc2cd467e32bebd2aae4aaac2208fee60c2f /src/Chunk.cpp | |
parent | Merge pull request #653 from mc-server/RedstoneSimulator (diff) | |
download | cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.gz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.bz2 cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.lz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.xz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.zst cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.zip |
Diffstat (limited to 'src/Chunk.cpp')
-rw-r--r-- | src/Chunk.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp index b48bfe65e..3028d24d0 100644 --- a/src/Chunk.cpp +++ b/src/Chunk.cpp @@ -422,7 +422,6 @@ bool cChunk::HasBlockEntityAt(int a_BlockX, int a_BlockY, int a_BlockZ) -/// Sets or resets the internal flag that prevents chunk from being unloaded void cChunk::Stay(bool a_Stay) { m_StayCount += (a_Stay ? 1 : -1); |