diff options
author | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-24 16:57:45 +0100 |
---|---|---|
committer | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-24 16:58:34 +0100 |
commit | 75fea3cd1eff107d1bc3ee17822d87b2b53c92c9 (patch) | |
tree | 47f15f4b099af40674d8c350f3411975525c2124 /src/Simulator/IncrementalRedstoneSimulator/RedstoneToggleHandler.h | |
parent | Merge pull request #2811 from cuberite/isblockfence (diff) | |
download | cuberite-75fea3cd1eff107d1bc3ee17822d87b2b53c92c9.tar cuberite-75fea3cd1eff107d1bc3ee17822d87b2b53c92c9.tar.gz cuberite-75fea3cd1eff107d1bc3ee17822d87b2b53c92c9.tar.bz2 cuberite-75fea3cd1eff107d1bc3ee17822d87b2b53c92c9.tar.lz cuberite-75fea3cd1eff107d1bc3ee17822d87b2b53c92c9.tar.xz cuberite-75fea3cd1eff107d1bc3ee17822d87b2b53c92c9.tar.zst cuberite-75fea3cd1eff107d1bc3ee17822d87b2b53c92c9.zip |
Diffstat (limited to 'src/Simulator/IncrementalRedstoneSimulator/RedstoneToggleHandler.h')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator/RedstoneToggleHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator/RedstoneToggleHandler.h b/src/Simulator/IncrementalRedstoneSimulator/RedstoneToggleHandler.h index 075f91ba5..160614bc3 100644 --- a/src/Simulator/IncrementalRedstoneSimulator/RedstoneToggleHandler.h +++ b/src/Simulator/IncrementalRedstoneSimulator/RedstoneToggleHandler.h @@ -97,7 +97,7 @@ public: virtual cVector3iArray Update(const Vector3i & a_Position, BLOCKTYPE a_BlockType, NIBBLETYPE a_Meta, PoweringData a_PoweringData) override { - LOGD("Evaluating templatio<> the lever/button (%d %d %d)", a_Position.x, a_Position.y, a_Position.z); + // LOGD("Evaluating templatio<> the lever/button (%d %d %d)", a_Position.x, a_Position.y, a_Position.z); return {}; } |