1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00
This commit is contained in:
AriAvery 2018-11-23 11:59:36 +01:00
parent bd315d9b45
commit bbe88d10b8

View file

@ -382,8 +382,7 @@ std::string Core::ServerMgr::getPlayerNameFromDb( uint32_t playerId, bool forceD
return "Unknown";
std::string playerName = res->getString( 1 );
m_playerNameMapById[ playerId ] = playerName;
updatePlayerName( playerId, playerName );
return playerName;
}