mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-05 02:09:48 +01:00
Fixed Redstone Delay Task not ending
This commit is contained in:
parent
55becd07fc
commit
57ad1356ec
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user