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;