Fix delay on match wired

This commit is contained in:
Beny 2020-10-12 14:16:16 +02:00
parent 47b6c709f4
commit 2ae029d17c

View File

@ -290,7 +290,7 @@ public class WiredEffectMatchFurni extends InteractionWiredEffect {
this.position = setPosition;
this.settings.clear();
this.settings.addAll(newSettings);
this.setDelay(packet.readInt());
this.setDelay(delay);
return true;
}