@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/rcon/RemoteControlCommandListener.java
|
||||
+++ b/net/minecraft/server/rcon/RemoteControlCommandListener.java
|
||||
@@ -36,6 +36,17 @@
|
||||
@@ -34,6 +34,17 @@
|
||||
return new CommandListenerWrapper(this, Vec3D.atLowerCornerOf(worldserver.getSharedSpawnPos()), Vec2F.ZERO, worldserver, 4, "Rcon", RemoteControlCommandListener.RCON_COMPONENT, this.server, (Entity) null);
|
||||
}
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
@Override
|
||||
public void sendMessage(IChatBaseComponent ichatbasecomponent, UUID uuid) {
|
||||
public void sendSystemMessage(IChatBaseComponent ichatbasecomponent) {
|
||||
this.buffer.append(ichatbasecomponent.getString());
|
||||
|
||||
Reference in New Issue
Block a user