mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@c8a4f0b6 Updated Upstream (Paper) PurpurMC/Purpur@e8fe8ece forgot to commit this PurpurMC/Purpur@45bc9f41 Updated Upstream (Paper)
12 lines
381 B
Diff
12 lines
381 B
Diff
--- a/net/minecraft/server/rcon/RconConsoleSource.java
|
|
+++ b/net/minecraft/server/rcon/RconConsoleSource.java
|
|
@@ -51,7 +_,7 @@
|
|
|
|
@Override
|
|
public void sendSystemMessage(Component message) {
|
|
- this.buffer.append(message.getString());
|
|
+ this.buffer.append(message.getString()).append(System.lineSeparator()); // DivineMC - Fix MC-7569
|
|
}
|
|
|
|
@Override
|