Paper/paper-server/nms-patches/RemoteControlCommandListener.patch

14 lines
417 B
Diff
Raw Normal View History

@@ -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());