Skip to content

Commit

Permalink
Change derpy faucet behaviour.
Browse files Browse the repository at this point in the history
It now won't stop when prodded twice; it will continue until done or source drained.
  • Loading branch information
Sunstrike committed Oct 6, 2013
1 parent b8b366d commit 0dbf245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tconstruct/blocks/logic/FaucetLogic.java
Expand Up @@ -197,10 +197,10 @@ public void setActive (boolean flag)
active = true;
activateFaucet();
}
else
/*else
{
active = false;
}
}*/
}

@Override
Expand Down

0 comments on commit 0dbf245

Please sign in to comment.