From 017af785ff3ca4925e91f9e1b9a2cf7b2a26b6e7 Mon Sep 17 00:00:00 2001 From: F1rsi <85035689+F1rsi@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:36:01 +0300 Subject: [PATCH] [ci skip] Added the missing "d" character (#8267) --- patches/server/0050-Ensure-commands-are-not-ran-async.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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