mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-11 13:07:45 +00:00
Update Player.cpp
This commit is contained in:
parent
41dbfaf7da
commit
48309f33a9
1 changed files with 1 additions and 1 deletions
|
@ -1425,7 +1425,7 @@ uint8_t * Core::Entity::Player::getTitleList()
|
||||||
return m_titleList;
|
return m_titleList;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint16_t Core::Entity::Player::getTitle()
|
uint16_t Core::Entity::Player::getTitle() const
|
||||||
{
|
{
|
||||||
return m_title;
|
return m_title;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue