summaryrefslogtreecommitdiffstats
path: root/nms-patches/RemoteControlCommandListener.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/RemoteControlCommandListener.patch')
-rw-r--r--nms-patches/RemoteControlCommandListener.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/nms-patches/RemoteControlCommandListener.patch b/nms-patches/RemoteControlCommandListener.patch
index 5cb03eea..29837519 100644
--- a/nms-patches/RemoteControlCommandListener.patch
+++ b/nms-patches/RemoteControlCommandListener.patch
@@ -1,15 +1,15 @@
---- ../work/decompile-8eb82bde//net/minecraft/server/RemoteControlCommandListener.java 2014-11-28 17:43:43.365707429 +0000
-+++ src/main/java/net/minecraft/server/RemoteControlCommandListener.java 2014-11-28 17:38:22.000000000 +0000
-@@ -26,6 +26,12 @@
- public IChatBaseComponent getScoreboardDisplayName() {
+--- /home/matt/mc-dev-private//net/minecraft/server/RemoteControlCommandListener.java 2015-02-26 22:40:23.067608134 +0000
++++ src/main/java/net/minecraft/server/RemoteControlCommandListener.java 2015-02-26 22:40:23.067608134 +0000
+@@ -27,6 +27,12 @@
return new ChatComponentText(this.getName());
}
-+
+
+ // CraftBukkit start - Send a String
+ public void sendMessage(String message) {
+ this.b.append(message);
+ }
+ // CraftBukkit end
-
++
public void sendMessage(IChatBaseComponent ichatbasecomponent) {
this.b.append(ichatbasecomponent.c());
+ }