1
0

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:
faketruth 2012-03-04 16:04:42 +00:00
parent 95eb3a7bd7
commit 9b7675f0e1

View File

@ -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;