summaryrefslogtreecommitdiffstats
path: root/nms-patches/RemoteControlCommandListener.patch
blob: df059377e1e7edd270bf6f0ff0e55d7321de112c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@@ -26,6 +26,12 @@
     public IChatBaseComponent getScoreboardDisplayName() {
         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());