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
This commit is contained in:
@@ -33,6 +33,7 @@ public:
|
||||
virtual void TemporaryCreateGameStart();
|
||||
|
||||
bool m_bShutdown;
|
||||
wstring g_playerName;
|
||||
};
|
||||
|
||||
extern CConsoleMinecraftApp app;
|
||||
|
||||
Reference in New Issue
Block a user