Forcing the use of the new redstone simulator
git-svn-id: http://mc-server.googlecode.com/svn/trunk@359 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
95eb3a7bd7
commit
9b7675f0e1
@ -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 )
|
void cRedstone::ChangeRedstone( int fillx, int filly, int fillz, bool added )
|
||||||
{
|
{
|
||||||
|
s_UseRedstone = false;
|
||||||
if( !s_UseRedstone ) return;
|
if( !s_UseRedstone ) return;
|
||||||
|
|
||||||
char before;
|
char before;
|
||||||
|
Loading…
Reference in New Issue
Block a user