aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Windows64/Windows64_App.h
diff options
context:
space:
mode:
authorSlenderman <ssimulpong@outlook.com>2026-03-03 11:58:22 -0500
committerGitHub <noreply@github.com>2026-03-03 23:58:22 +0700
commit515f91cad8e0625334954acd4024c6bfefcc89e8 (patch)
tree5245636194a1fce9ad559f7e9bdfd86be167b104 /Minecraft.Client/Windows64/Windows64_App.h
parent5c91c2608690872aabba4f62d5ceb02c934f5f32 (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.h1
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;