summaryrefslogtreecommitdiffstats
path: root/nms-patches/PacketPlayInResourcePackStatus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PacketPlayInResourcePackStatus.patch')
-rw-r--r--nms-patches/PacketPlayInResourcePackStatus.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/nms-patches/PacketPlayInResourcePackStatus.patch b/nms-patches/PacketPlayInResourcePackStatus.patch
deleted file mode 100644
index b6bbd0d4..00000000
--- a/nms-patches/PacketPlayInResourcePackStatus.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/net/minecraft/server/PacketPlayInResourcePackStatus.java
-+++ b/net/minecraft/server/PacketPlayInResourcePackStatus.java
-@@ -5,7 +5,7 @@
- public class PacketPlayInResourcePackStatus implements Packet<PacketListenerPlayIn> {
-
- private String a;
-- private PacketPlayInResourcePackStatus.EnumResourcePackStatus b;
-+ public PacketPlayInResourcePackStatus.EnumResourcePackStatus b; // PAIL: private -> public, rename: status
-
- public PacketPlayInResourcePackStatus() {}
-
-@@ -23,10 +23,6 @@
- packetlistenerplayin.a(this);
- }
-
-- public void a(PacketListener packetlistener) {
-- this.a((PacketListenerPlayIn) packetlistener);
-- }
--
- public static enum EnumResourcePackStatus {
-
- SUCCESSFULLY_LOADED, DECLINED, FAILED_DOWNLOAD, ACCEPTED;