mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 20:45:59 +01:00
Fix complaint about an unknown custom packet identifier
This commit is contained in:
parent
5c1f186264
commit
f8e05d7f8a
@ -30,6 +30,7 @@ public class SConfigureBooleanPacket {
|
|||||||
|
|
||||||
public void execute(Supplier<NetworkEvent.Context> ctx) {
|
public void execute(Supplier<NetworkEvent.Context> ctx) {
|
||||||
target.receiver.get().accept(directive);
|
target.receiver.get().accept(directive);
|
||||||
|
ctx.get().setPacketHandled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user