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:
parent
22abaf9d23
commit
933a519957
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue