summaryrefslogtreecommitdiffstats
path: root/nms-patches/ExpirableListEntry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ExpirableListEntry.patch')
-rw-r--r--nms-patches/ExpirableListEntry.patch6
1 files changed, 1 insertions, 5 deletions
diff --git a/nms-patches/ExpirableListEntry.patch b/nms-patches/ExpirableListEntry.patch
index 6b07ceff..533982ef 100644
--- a/nms-patches/ExpirableListEntry.patch
+++ b/nms-patches/ExpirableListEntry.patch
@@ -9,16 +9,12 @@
Date date;
-@@ -72,4 +72,30 @@
+@@ -72,4 +72,26 @@
jsonobject.addProperty("expires", this.d == null ? "forever" : ExpirableListEntry.a.format(this.d));
jsonobject.addProperty("reason", this.e);
}
+
+ // CraftBukkit start
-+ public String getSource() {
-+ return this.c;
-+ }
-+
+ public Date getCreated() {
+ return this.b;
+ }