Skip to content

Commit

Permalink
Remove ServerPingerExtension as it's unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Oct 28, 2024
1 parent 58ec132 commit 3cd5043
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import com.aizistral.nochatreports.common.NCRCore;
import com.aizistral.nochatreports.common.config.NCRConfig;
import com.aizistral.nochatreports.common.core.ServerDataExtension;
import com.aizistral.nochatreports.common.platform.extensions.ServerPingerExtension;

import net.minecraft.client.multiplayer.ServerData;
import net.minecraft.network.protocol.status.ClientboundStatusResponsePacket;
Expand All @@ -30,7 +29,7 @@
*/

@Mixin(targets = "net/minecraft/client/multiplayer/ServerStatusPinger$1")
public abstract class MixinServerStatusPinger$1 implements ServerPingerExtension {
public abstract class MixinServerStatusPinger$1 {

@Unique
private ServerDataExtension nochatreports$serverData;
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"mixins": [
],
"client": [
"client.MixinMinecraft",
"client.MixinServerStatusPinger$1"
"client.MixinMinecraft"
],
"server": [
],
Expand Down

0 comments on commit 3cd5043

Please sign in to comment.