forked from metin2/server
1
0
Fork 0

remove duplicate variable definition

This commit is contained in:
Tr0n 2024-04-09 18:13:38 +02:00
parent 4074c3b96a
commit 3a8d9e38e8
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -455,8 +455,6 @@ void CInputLogin::CharacterCreate(LPDESC d, const char * data)
return;
}
const TAccountTable & c_rAccountTable = d->GetAccountTable();
trim_and_lower(c_rAccountTable.login, player_create_packet.login, sizeof(player_create_packet.login));
strlcpy(player_create_packet.passwd, c_rAccountTable.passwd, sizeof(player_create_packet.passwd));