summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-03-04 17:04:42 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-03-04 17:04:42 +0100
commit9b7675f0e1e28061f6cb806f5469eb84666b2a22 (patch)
tree09ad05f8762a04c2657cf7f689f441538e05cc29
parentShould have complete support for 256 blocks high worlds. Old save files are converted to new ones at load. (diff)
downloadcuberite-9b7675f0e1e28061f6cb806f5469eb84666b2a22.tar
cuberite-9b7675f0e1e28061f6cb806f5469eb84666b2a22.tar.gz
cuberite-9b7675f0e1e28061f6cb806f5469eb84666b2a22.tar.bz2
cuberite-9b7675f0e1e28061f6cb806f5469eb84666b2a22.tar.lz
cuberite-9b7675f0e1e28061f6cb806f5469eb84666b2a22.tar.xz
cuberite-9b7675f0e1e28061f6cb806f5469eb84666b2a22.tar.zst
cuberite-9b7675f0e1e28061f6cb806f5469eb84666b2a22.zip
-rw-r--r--source/cRedstone.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/cRedstone.cpp b/source/cRedstone.cpp
index 6e52d89c6..5a1c9bc8b 100644
--- a/source/cRedstone.cpp
+++ b/source/cRedstone.cpp
@@ -12,7 +12,7 @@
-bool cRedstone::s_UseRedstone = true;
+bool cRedstone::s_UseRedstone = false;
@@ -32,6 +32,7 @@ cRedstone::cRedstone( cWorld* a_World )
void cRedstone::ChangeRedstone( int fillx, int filly, int fillz, bool added )
{
+ s_UseRedstone = false;
if( !s_UseRedstone ) return;
char before;