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

Fixed Dat Style

This commit is contained in:
Biscuit Boy 2018-04-19 17:57:43 +10:00
parent b89ac35227
commit 96f0cafddc

View file

@ -150,12 +150,12 @@ namespace Core {
m_gmRank = rank;
}
bool getGminvis() const
bool getGmInvis() const
{
return m_gmInvis;
}
bool setGminvis( bool invis )
bool setGmInvis( bool invis )
{
m_gmInvis = invis;
}