mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 23:00:34 +00:00
fix: restore unintended unicode artifacts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user