more fixes

This commit is contained in:
Tropical
2026-03-22 03:13:45 -05:00
parent ad5e8dd012
commit 03355211ca
8 changed files with 141 additions and 45 deletions

View File

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