mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-28 16:06:28 +01:00
Fix complaint about an unknown custom packet identifier
This commit is contained in:
parent
5c1f186264
commit
f8e05d7f8a
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ public class SConfigureBooleanPacket {
|
|||
|
||||
public void execute(Supplier<NetworkEvent.Context> ctx) {
|
||||
target.receiver.get().accept(directive);
|
||||
ctx.get().setPacketHandled(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue