mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
bcc07d07b6
Properly split up the chat and command handling to reflect the server now having separate packets for both, and the client always using the correct packet. Text from a chat packet should never be parsed into a command, even if it starts with the `/` character. Add a missing async catcher and improve Spigot's async catcher error message. == AT == public net.minecraft.server.network.ServerGamePacketListenerImpl isChatMessageIllegal(Ljava/lang/String;)Z Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com> Co-authored-by: SoSeDiK <mrsosedik@gmail.com> |
||
---|---|---|
.. | ||
bossevents | ||
commands | ||
dedicated | ||
gui | ||
level | ||
network | ||
packs | ||
players | ||
rcon | ||
Bootstrap.java.patch | ||
Main.java.patch | ||
MinecraftServer.java.patch | ||
PlayerAdvancements.java.patch | ||
ServerAdvancementManager.java.patch | ||
ServerFunctionManager.java.patch | ||
ServerScoreboard.java.patch | ||
ServerTickRateManager.java.patch | ||
Services.java.patch |