Update username logic and implement latest LCEMP changes (#311)

* Update username logic and implement latest LCEMP changes

* Update old reference

* Fix tutorial world crash

* Restore deleted comment
This commit is contained in:
Slenderman
2026-03-03 16:50:28 -05:00
committed by GitHub
parent 30ecc80250
commit ac480f6745
8 changed files with 288 additions and 148 deletions

View File

@@ -33,7 +33,6 @@ public:
virtual void TemporaryCreateGameStart();
bool m_bShutdown;
wstring g_playerName;
};
extern CConsoleMinecraftApp app;