fix: restore unintended unicode artifacts

This commit is contained in:
Tropical
2026-03-02 17:05:31 -06:00
parent d096d9b831
commit 4bc349b91a
13 changed files with 29 additions and 29 deletions

View File

@@ -445,7 +445,7 @@ void ServerPlayer::doChunkSendingTick(bool dontDelayChunks)
for (unsigned int i = 0; i < tes->size(); i++)
{
// 4J Stu - Added delay param to ensure that these arrive after the BRUPs from above
// Fix for #9169 - ART : Sign text is replaced with the words <EFBFBD>Awaiting approval<EFBFBD>.
// Fix for #9169 - ART : Sign text is replaced with the words “Awaiting approval”.
broadcast(tes->at(i), !connection->isLocal() && !dontDelayChunks);
}
delete tes;