1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

Fixed Dat Style

This commit is contained in:
Biscuit Boy 2018-04-19 17:57:43 +10:00
parent 22abaf9d23
commit 933a519957

View file

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