From 933a5199576a06377a9dba850d9f7de6d7f8bb1b Mon Sep 17 00:00:00 2001 From: Biscuit Boy Date: Thu, 19 Apr 2018 17:57:43 +1000 Subject: [PATCH] Fixed Dat Style --- src/servers/sapphire_api/PlayerMinimal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }