diff --git a/patches/server/0050-Ensure-commands-are-not-ran-async.patch b/patches/server/0050-Ensure-commands-are-not-ran-async.patch index 80e44683ab..2d55ba5e0f 100644 --- a/patches/server/0050-Ensure-commands-are-not-ran-async.patch +++ b/patches/server/0050-Ensure-commands-are-not-ran-async.patch @@ -127,7 +127,7 @@ index 3be63b51511fd12f295e1f07549f281246ee2dc0..94ec829c549dac568a94c3262d9de026 + this.getHandle().connection.chat(msg, PlayerChatMessage.system(new net.minecraft.network.chat.ChatMessageContent(msg)), false); + } + } -+ // Paper en ++ // Paper end } @Override