Correct method name.
This commit is contained in:
parent
94a0d04d58
commit
20101fab99
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user