Fixed Redstone Delay Task not ending

This commit is contained in:
Sn0wStorm 2013-08-06 18:11:01 +02:00
parent 55becd07fc
commit 57ad1356ec

View File

@ -132,6 +132,11 @@ public class SIGNRedstone extends DSign {
@Override
public void run() {
if (GameWorld.get(block.getWorld()) == null) {
disableTask(enableTaskId);
disableTask(disableTaskId);
return;
}
if (enable) {
power();
if (repeatsToDo == 1) {