1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 03:37:45 +00:00

Update Player.cpp

This commit is contained in:
Mordred 2017-10-09 14:13:23 +02:00 committed by GitHub
parent 41dbfaf7da
commit 48309f33a9

View file

@ -1425,7 +1425,7 @@ uint8_t * Core::Entity::Player::getTitleList()
return m_titleList;
}
uint16_t Core::Entity::Player::getTitle()
uint16_t Core::Entity::Player::getTitle() const
{
return m_title;
}