mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-19 07:56:26 +01:00
Fix delay on match wired
This commit is contained in:
parent
47b6c709f4
commit
2ae029d17c
@ -290,7 +290,7 @@ public class WiredEffectMatchFurni extends InteractionWiredEffect {
|
|||||||
this.position = setPosition;
|
this.position = setPosition;
|
||||||
this.settings.clear();
|
this.settings.clear();
|
||||||
this.settings.addAll(newSettings);
|
this.settings.addAll(newSettings);
|
||||||
this.setDelay(packet.readInt());
|
this.setDelay(delay);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user