Fix complaint about an unknown custom packet identifier

This commit is contained in:
JozsefA 2021-06-24 10:42:25 -07:00
parent 13c484d747
commit a8ae0383aa

View File

@ -30,6 +30,7 @@ public class SConfigureBooleanPacket {
public void execute(Supplier<NetworkEvent.Context> ctx) {
target.receiver.get().accept(directive);
ctx.get().setPacketHandled(true);
}
}