mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
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:
parent
5c91c26086
commit
515f91cad8
7 changed files with 20 additions and 50 deletions
|
|
@ -1978,7 +1978,7 @@ bool CGameNetworkManager::AllowedToPlayMultiplayer(int playerIdx)
|
|||
return ProfileManager.AllowedToPlayMultiplayer(playerIdx);
|
||||
}
|
||||
|
||||
char *CGameNetworkManager::GetOnlineName(int playerIdx)
|
||||
const char *CGameNetworkManager::GetOnlineName(int playerIdx)
|
||||
{
|
||||
return ProfileManager.GetGamertag(playerIdx);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue