diff --git a/shiroha-server/minecraft-patches/features/0039-Add-config-to-support-for-long-command-inputs.patch b/shiroha-server/minecraft-patches/features/0039-Add-config-to-support-for-long-command-inputs.patch index 9d16bfd..1bd57b0 100644 --- a/shiroha-server/minecraft-patches/features/0039-Add-config-to-support-for-long-command-inputs.patch +++ b/shiroha-server/minecraft-patches/features/0039-Add-config-to-support-for-long-command-inputs.patch @@ -7,7 +7,7 @@ Some long commands can be run through the dialog command, but paper has prohibit Revert to vanilla to fix it. diff --git a/net/minecraft/network/protocol/game/ServerboundChatCommandPacket.java b/net/minecraft/network/protocol/game/ServerboundChatCommandPacket.java -index 491af2413a4e793a121fec368259ff8211ed031e..5e235767cdd21ee9b3706eb8635e383dad139dc3 100644 +index 491af2413a4e793a121fec368259ff8211ed031e..88784f4c9bcd4b21c1caa33bc3df007c94cb3937 100644 --- a/net/minecraft/network/protocol/game/ServerboundChatCommandPacket.java +++ b/net/minecraft/network/protocol/game/ServerboundChatCommandPacket.java @@ -12,7 +12,7 @@ public record ServerboundChatCommandPacket(String command) implements Packet