1
Fork 0
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:
Mordred 2017-10-09 14:13:23 +02:00 committed by GitHub
parent c4f30f64f2
commit 3adae605ca

View file

@ -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;
} }