summaryrefslogtreecommitdiffstats
path: root/nms-patches/PacketLoginInEncryptionBegin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PacketLoginInEncryptionBegin.patch')
-rw-r--r--nms-patches/PacketLoginInEncryptionBegin.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/nms-patches/PacketLoginInEncryptionBegin.patch b/nms-patches/PacketLoginInEncryptionBegin.patch
deleted file mode 100644
index e2254aee..00000000
--- a/nms-patches/PacketLoginInEncryptionBegin.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/net/minecraft/server/PacketLoginInEncryptionBegin.java
-+++ b/net/minecraft/server/PacketLoginInEncryptionBegin.java
-@@ -12,8 +12,10 @@
- public PacketLoginInEncryptionBegin() {}
-
- public void a(PacketDataSerializer packetdataserializer) throws IOException {
-- this.a = packetdataserializer.a();
-- this.b = packetdataserializer.a();
-+ // CraftBukkit start - limit length
-+ this.a = packetdataserializer.readByteArray(256);
-+ this.b = packetdataserializer.readByteArray(256);
-+ // CraftBukkit end
- }
-
- public void b(PacketDataSerializer packetdataserializer) throws IOException {