mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 10:17:46 +00:00
Update Player.cpp
This commit is contained in:
parent
c4f30f64f2
commit
3adae605ca
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