mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
add todo note
This commit is contained in:
parent
0d8a2aaf8c
commit
6864f217a7
1 changed files with 2 additions and 0 deletions
|
@ -313,6 +313,8 @@ bool Core::Entity::Player::loadSearchInfo()
|
|||
|
||||
m_searchSelectClass = res->getUInt8( 1 );
|
||||
m_searchSelectRegion = res->getUInt8( 2 );
|
||||
|
||||
// todo: internally use an std::string instead of a char[]
|
||||
auto searchMessage = res->getString( 3 );
|
||||
std::copy( searchMessage.begin(), searchMessage.end(), m_searchMessage );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue