summaryrefslogtreecommitdiffstats
path: root/src/Simulator/NoopRedstoneSimulator.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-09-28 16:36:00 +0200
committerTycho <work.tycho+git@gmail.com>2014-09-28 16:36:00 +0200
commitf6979642e68dbbcb144ea376cc42a17dab8f3b37 (patch)
tree1280e7a45922ec26589bfd7876b695c7c5831021 /src/Simulator/NoopRedstoneSimulator.h
parentMerge pull request #1463 from mc-server/sp_docs (diff)
downloadcuberite-f6979642e68dbbcb144ea376cc42a17dab8f3b37.tar
cuberite-f6979642e68dbbcb144ea376cc42a17dab8f3b37.tar.gz
cuberite-f6979642e68dbbcb144ea376cc42a17dab8f3b37.tar.bz2
cuberite-f6979642e68dbbcb144ea376cc42a17dab8f3b37.tar.lz
cuberite-f6979642e68dbbcb144ea376cc42a17dab8f3b37.tar.xz
cuberite-f6979642e68dbbcb144ea376cc42a17dab8f3b37.tar.zst
cuberite-f6979642e68dbbcb144ea376cc42a17dab8f3b37.zip
Diffstat (limited to 'src/Simulator/NoopRedstoneSimulator.h')
-rw-r--r--src/Simulator/NoopRedstoneSimulator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Simulator/NoopRedstoneSimulator.h b/src/Simulator/NoopRedstoneSimulator.h
index 88e141e85..7c961f32b 100644
--- a/src/Simulator/NoopRedstoneSimulator.h
+++ b/src/Simulator/NoopRedstoneSimulator.h
@@ -36,5 +36,10 @@ public:
UNUSED(a_BlockZ);
UNUSED(a_Chunk);
}
+
+ virtual cRedstoneSimulatorChunkData * CreateChunkData() override
+ {
+ return NULL;
+ }
} ;