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/World.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 '')
-rw-r--r-- | src/World.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/World.cpp b/src/World.cpp index ebdd3fb06..dfc186639 100644 --- a/src/World.cpp +++ b/src/World.cpp @@ -2145,9 +2145,6 @@ void cWorld::SetChunkData( { m_ChunkSender.ChunkReady(a_ChunkX, a_ChunkZ); } - - // Notify the lighting thread that the chunk has become valid (in case it is a neighbor of a postponed chunk): - m_Lighting.ChunkReady(a_ChunkX, a_ChunkZ); } @@ -2561,15 +2558,6 @@ bool cWorld::SetCommandBlockCommand(int a_BlockX, int a_BlockY, int a_BlockZ, co -void cWorld::ChunksStay(const cChunkCoordsList & a_Chunks, bool a_Stay) -{ - m_ChunkMap->ChunksStay(a_Chunks, a_Stay); -} - - - - - void cWorld::RegenerateChunk(int a_ChunkX, int a_ChunkZ) { m_ChunkMap->MarkChunkRegenerating(a_ChunkX, a_ChunkZ); |