[ci skip] Added the missing "d" character (#8267)

This commit is contained in:
F1rsi 2022-09-29 17:36:01 +03:00 committed by GitHub
parent 21661a7557
commit 017af785ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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