diff options
author | worktycho <work.tycho@gmail.com> | 2014-09-27 16:04:08 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2014-09-27 16:04:08 +0200 |
commit | 20101fab996a8c84225508502cfbe8491a7bb0ac (patch) | |
tree | 545d0dab9e4e7135e0e6602862aa7ee811e70662 /src/Simulator/IncrementalRedstoneSimulator.inc | |
parent | Set chunk data (diff) | |
download | cuberite-20101fab996a8c84225508502cfbe8491a7bb0ac.tar cuberite-20101fab996a8c84225508502cfbe8491a7bb0ac.tar.gz cuberite-20101fab996a8c84225508502cfbe8491a7bb0ac.tar.bz2 cuberite-20101fab996a8c84225508502cfbe8491a7bb0ac.tar.lz cuberite-20101fab996a8c84225508502cfbe8491a7bb0ac.tar.xz cuberite-20101fab996a8c84225508502cfbe8491a7bb0ac.tar.zst cuberite-20101fab996a8c84225508502cfbe8491a7bb0ac.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator.inc b/src/Simulator/IncrementalRedstoneSimulator.inc index ba67d4014..c5cfbe3ed 100644 --- a/src/Simulator/IncrementalRedstoneSimulator.inc +++ b/src/Simulator/IncrementalRedstoneSimulator.inc @@ -557,7 +557,7 @@ void cIncrementalRedstoneSimulator<ChunkType, WorldType, GetHandlerCompileTime, if (m_RedstoneSimulatorChunkData == NULL) { m_RedstoneSimulatorChunkData = new cIncrementalRedstoneSimulator<ChunkType, WorldType, GetHandlerCompileTime, ChestType>::cIncrementalRedstoneSimulatorChunkData(); - a_Chunk->SetRedstoneChunkData(m_RedstoneSimulatorChunkData); + a_Chunk->SetRedstoneData(m_RedstoneSimulatorChunkData); } if (m_RedstoneSimulatorChunkData->m_ChunkData.empty() && ((cIncrementalRedstoneSimulator<ChunkType, WorldType, GetHandlerCompileTime, ChestType>::cIncrementalRedstoneSimulatorChunkData *)a_Chunk->GetRedstoneSimulatorData())->m_QueuedChunkData.empty()) { |