Skip to content

Commit 7e08cb0

Browse files
committed
Rls fix
1 parent 3bcb82e commit 7e08cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneralsMD/Code/GameEngine/Source/GameLogic/System/GameLogic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ void GameLogic::processCommandList( CommandList *list )
27382738
if (NGMP_OnlineServicesManager::GetInstance() != nullptr)
27392739
{
27402740
userID = NGMP_OnlineServicesManager::GetInstance()->GetAuthInterface()->GetUserID();
2741-
strDisplayname = NGMP_OnlineServicesManager::GetInstance()->GetAuthInterface()->GetDisplayName().str();
2741+
strDisplayname = NGMP_OnlineServicesManager::GetInstance()->GetAuthInterface()->GetDisplayName();
27422742
}
27432743
std::string strUserID = std::format("{}", userID);
27442744

0 commit comments

Comments
 (0)