Skip to content

Commit 7f14e4e

Browse files
committed
fix build issue
1 parent 8a1521a commit 7f14e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minecraft/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/internal/HypixelApiInternalsImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private void registerHypixelApi() {
7777
return true;
7878
});
7979

80-
OmniClientPackets.createGlobalPacketReceiver((Predicate<OmniPacketReceiverContext>) ctx -> {
80+
OmniClientPackets.createGlobalPacketReceiver(ctx -> {
8181
String channelName = ctx.getChannel().toString();
8282
if (!HypixelModAPI.getInstance().getRegistry().isRegistered(channelName)) {
8383
return false;

0 commit comments

Comments
 (0)