summaryrefslogtreecommitdiffstats
path: root/nms-patches/ChatModifier.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ChatModifier.patch')
-rw-r--r--nms-patches/ChatModifier.patch20
1 files changed, 17 insertions, 3 deletions
diff --git a/nms-patches/ChatModifier.patch b/nms-patches/ChatModifier.patch
index b28629d2..c60d3e07 100644
--- a/nms-patches/ChatModifier.patch
+++ b/nms-patches/ChatModifier.patch
@@ -1,6 +1,6 @@
---- ../work/decompile-8eb82bde//net/minecraft/server/ChatModifier.java 2014-12-27 19:28:58.855157429 +0000
-+++ src/main/java/net/minecraft/server/ChatModifier.java 2014-12-27 19:28:58.855157429 +0000
-@@ -160,16 +160,18 @@
+--- /home/matt/mc-dev-private//net/minecraft/server/ChatModifier.java 2015-02-26 22:40:22.303608142 +0000
++++ src/main/java/net/minecraft/server/ChatModifier.java 2015-02-26 22:40:22.307608142 +0000
+@@ -254,16 +254,18 @@
}
public int hashCode() {
@@ -28,3 +28,17 @@
return i;
}
+@@ -429,11 +431,11 @@
+ }
+ }
+
+- public JsonElement serialize(Object object, Type type, JsonSerializationContext jsonserializationcontext) {
++ public JsonElement serialize(ChatModifier object, Type type, JsonSerializationContext jsonserializationcontext) { // CraftBukkit - fix decompile error
+ return this.a((ChatModifier) object, type, jsonserializationcontext);
+ }
+
+- public Object deserialize(JsonElement jsonelement, Type type, JsonDeserializationContext jsondeserializationcontext) throws JsonParseException {
++ public ChatModifier deserialize(JsonElement jsonelement, Type type, JsonDeserializationContext jsondeserializationcontext) throws JsonParseException { // CraftBukkit - fix decompile error
+ return this.a(jsonelement, type, jsondeserializationcontext);
+ }
+ }