diff options
| author | Slenderman <ssimulpong@outlook.com> | 2026-03-03 11:58:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 23:58:22 +0700 |
| commit | 515f91cad8e0625334954acd4024c6bfefcc89e8 (patch) | |
| tree | 5245636194a1fce9ad559f7e9bdfd86be167b104 /Minecraft.Client/Windows64/Windows64_App.h | |
| parent | 5c91c2608690872aabba4f62d5ceb02c934f5f32 (diff) | |
Fix player save data issue & multiple username implementations (#257)
* fix saving issue & multiple username implementations
* Update README.md
Updated the method for overriding in-game username from '-name' to 'username.txt'.
* remove unused include i forgot to get rid of while testing
Diffstat (limited to 'Minecraft.Client/Windows64/Windows64_App.h')
| -rw-r--r-- | Minecraft.Client/Windows64/Windows64_App.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.Client/Windows64/Windows64_App.h b/Minecraft.Client/Windows64/Windows64_App.h index bff916ec..32d204ad 100644 --- a/Minecraft.Client/Windows64/Windows64_App.h +++ b/Minecraft.Client/Windows64/Windows64_App.h @@ -33,6 +33,7 @@ public: virtual void TemporaryCreateGameStart(); bool m_bShutdown; + wstring g_playerName; }; extern CConsoleMinecraftApp app; |
