summaryrefslogtreecommitdiffstats
path: root/nms-patches/PacketHandshakingInSetProtocol.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PacketHandshakingInSetProtocol.patch')
-rw-r--r--nms-patches/PacketHandshakingInSetProtocol.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/nms-patches/PacketHandshakingInSetProtocol.patch b/nms-patches/PacketHandshakingInSetProtocol.patch
deleted file mode 100644
index 87c1f9b1..00000000
--- a/nms-patches/PacketHandshakingInSetProtocol.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/net/minecraft/server/PacketHandshakingInSetProtocol.java
-+++ b/net/minecraft/server/PacketHandshakingInSetProtocol.java
-@@ -5,8 +5,8 @@
- public class PacketHandshakingInSetProtocol implements Packet<PacketHandshakingInListener> {
-
- private int a;
-- private String b;
-- private int c;
-+ public String b; // CraftBukkit - public // PAIL: hostname
-+ public int c; // CraftBukkit - public // PAIL: port
- private EnumProtocol d;
-
- public PacketHandshakingInSetProtocol() {}
-@@ -36,8 +36,4 @@
- public int b() {
- return this.a;
- }
--
-- public void a(PacketListener packetlistener) {
-- this.a((PacketHandshakingInListener) packetlistener);
-- }
- }