Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Sep 18, 2018
1 parent 97d4d7b commit 1dc0edd
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -5,7 +5,6 @@
import net.citizensnpcs.nms.v1_8_R3.util.NMSImpl;
import net.minecraft.server.v1_8_R3.EnumProtocolDirection;
import net.minecraft.server.v1_8_R3.NetworkManager;
import net.minecraft.server.v1_8_R3.Packet;

public class EmptyNetworkManager extends NetworkManager {
public EmptyNetworkManager(EnumProtocolDirection flag) throws IOException {
Expand All @@ -17,8 +16,4 @@ public EmptyNetworkManager(EnumProtocolDirection flag) throws IOException {
public boolean g() {
return true;
}

@Override
public void sendPacket(Packet packet) {
}
}

0 comments on commit 1dc0edd

Please sign in to comment.