fix: SIOF crash in ChatScreen/TextEditScreen, RemoveEntitiesPacket MAX_PER_PACKET on linux

This commit is contained in:
JuiceyDev
2026-03-05 07:57:25 +01:00
parent 3a9af73c63
commit d0e7106cdf
5 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
#include "../../../Minecraft.World/Util/SharedConstants.h"
#include "../../../Minecraft.World/Util/StringHelpers.h"
const wstring ChatScreen::allowedChars = SharedConstants::acceptableLetters;
const wstring ChatScreen::allowedChars = SharedConstants::readAcceptableChars();
ChatScreen::ChatScreen()
{