There was an error while loading. Please reload this page.
1 parent 3bcb82e commit 7e08cb0Copy full SHA for 7e08cb0
1 file changed
GeneralsMD/Code/GameEngine/Source/GameLogic/System/GameLogic.cpp
@@ -2738,7 +2738,7 @@ void GameLogic::processCommandList( CommandList *list )
2738
if (NGMP_OnlineServicesManager::GetInstance() != nullptr)
2739
{
2740
userID = NGMP_OnlineServicesManager::GetInstance()->GetAuthInterface()->GetUserID();
2741
- strDisplayname = NGMP_OnlineServicesManager::GetInstance()->GetAuthInterface()->GetDisplayName().str();
+ strDisplayname = NGMP_OnlineServicesManager::GetInstance()->GetAuthInterface()->GetDisplayName();
2742
}
2743
std::string strUserID = std::format("{}", userID);
2744
0 commit comments