mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
style
This commit is contained in:
parent
bd315d9b45
commit
bbe88d10b8
1 changed files with 1 additions and 2 deletions
|
@ -382,8 +382,7 @@ std::string Core::ServerMgr::getPlayerNameFromDb( uint32_t playerId, bool forceD
|
||||||
return "Unknown";
|
return "Unknown";
|
||||||
|
|
||||||
std::string playerName = res->getString( 1 );
|
std::string playerName = res->getString( 1 );
|
||||||
|
updatePlayerName( playerId, playerName );
|
||||||
m_playerNameMapById[ playerId ] = playerName;
|
|
||||||
|
|
||||||
return playerName;
|
return playerName;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue