summaryrefslogtreecommitdiffstats
path: root/src/Chunk.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-09-28 22:05:05 +0200
committerMattes D <github@xoft.cz>2014-09-28 22:05:05 +0200
commit1422176d13d5eb22b44dcc81cd64a1dec6caede3 (patch)
tree61ea527ffe43611dc4fa9ce7d9dfffff99f825c8 /src/Chunk.cpp
parentMerge pull request #1466 from mc-server/endofsupport (diff)
parentUpdate Chunk.cpp (diff)
downloadcuberite-1422176d13d5eb22b44dcc81cd64a1dec6caede3.tar
cuberite-1422176d13d5eb22b44dcc81cd64a1dec6caede3.tar.gz
cuberite-1422176d13d5eb22b44dcc81cd64a1dec6caede3.tar.bz2
cuberite-1422176d13d5eb22b44dcc81cd64a1dec6caede3.tar.lz
cuberite-1422176d13d5eb22b44dcc81cd64a1dec6caede3.tar.xz
cuberite-1422176d13d5eb22b44dcc81cd64a1dec6caede3.tar.zst
cuberite-1422176d13d5eb22b44dcc81cd64a1dec6caede3.zip
Diffstat (limited to 'src/Chunk.cpp')
-rw-r--r--src/Chunk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp
index 3012f30b6..96b8eda4e 100644
--- a/src/Chunk.cpp
+++ b/src/Chunk.cpp
@@ -92,7 +92,7 @@ cChunk::cChunk(
m_NeighborZP(a_NeighborZP),
m_WaterSimulatorData(a_World->GetWaterSimulator()->CreateChunkData()),
m_LavaSimulatorData (a_World->GetLavaSimulator ()->CreateChunkData()),
- m_RedstoneSimulatorData(NULL),
+ m_RedstoneSimulatorData(a_World->GetRedstoneSimulator()->CreateChunkData()),
m_AlwaysTicked(0)
{
if (a_NeighborXM != NULL)