mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 03:58:27 +00:00
[Performance] Change to use Pass by reference where valid. (#3163)
* [Performance] Change to use Pass by reference where valid. * typo
This commit is contained in:
@@ -489,7 +489,7 @@ bool Client::VerifyLoginHash(
|
||||
* @param db_loginserver
|
||||
*/
|
||||
void Client::DoSuccessfulLogin(
|
||||
const std::string in_account_name,
|
||||
const std::string& in_account_name,
|
||||
int db_account_id,
|
||||
const std::string &db_loginserver
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user