diff options
| author | Slenderman <ssimulpong@outlook.com> | 2026-03-03 16:50:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-04 04:50:28 +0700 |
| commit | ac480f674500e15c3cdb1633bcc17278cc08337e (patch) | |
| tree | 91113b1a5c668a0dc91ea30be81175babe6c8a05 /Minecraft.Client/Windows64/Windows64_App.h | |
| parent | 30ecc8025019fddd7c87a25ad19634ab008f1637 (diff) | |
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
Diffstat (limited to 'Minecraft.Client/Windows64/Windows64_App.h')
| -rw-r--r-- | Minecraft.Client/Windows64/Windows64_App.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Minecraft.Client/Windows64/Windows64_App.h b/Minecraft.Client/Windows64/Windows64_App.h index 32d204ad..bff916ec 100644 --- a/Minecraft.Client/Windows64/Windows64_App.h +++ b/Minecraft.Client/Windows64/Windows64_App.h @@ -33,7 +33,6 @@ public: virtual void TemporaryCreateGameStart(); bool m_bShutdown; - wstring g_playerName; }; extern CConsoleMinecraftApp app; |
