mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 09:17:47 +00:00
add todo note
This commit is contained in:
parent
cb44147564
commit
48a1fd502a
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