mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
Fix complaint about an unknown custom packet identifier
This commit is contained in:
parent
13c484d747
commit
a8ae0383aa
@ -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 New Issue
Block a user