diff options
author | F1rsi <[email protected]> | 2022-09-29 17:36:01 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-29 15:36:01 +0100 |
commit | 017af785ff3ca4925e91f9e1b9a2cf7b2a26b6e7 (patch) | |
tree | 9d7b3362544aaee02bdf3024c93d55f6c655f558 | |
parent | 21661a7557e70908b1c4dbb815c04646ae9579af (diff) | |
download | Paper-017af785ff3ca4925e91f9e1b9a2cf7b2a26b6e7.tar.gz Paper-017af785ff3ca4925e91f9e1b9a2cf7b2a26b6e7.zip |
[ci skip] Added the missing "d" character (#8267)
-rw-r--r-- | patches/server/0050-Ensure-commands-are-not-ran-async.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |