diff --git a/src/servers/sapphire_api/PlayerMinimal.h b/src/servers/sapphire_api/PlayerMinimal.h index 7a3b31e1..246a27bc 100644 --- a/src/servers/sapphire_api/PlayerMinimal.h +++ b/src/servers/sapphire_api/PlayerMinimal.h @@ -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; }