From b1d359f247f73d15f76e07dbb64d13643353d260 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/Ensure-commands-are-not-ran-async.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/Ensure-commands-are-not-ran-async.patch b/patches/server/Ensure-commands-are-not-ran-async.patch index f6efac9e66..3309207fcb 100644 --- a/patches/server/Ensure-commands-are-not-ran-async.patch +++ b/patches/server/Ensure-commands-are-not-ran-async.patch @@ -127,7 +127,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + this.getHandle().connection.chat(msg, PlayerChatMessage.system(new net.minecraft.network.chat.ChatMessageContent(msg)), false); + } + } -+ // Paper en ++ // Paper end } @Override