summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/onlineplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/onlineplayer.h b/src/gui/onlineplayer.h
index 64ab76abd..b38960c56 100644
--- a/src/gui/onlineplayer.h
+++ b/src/gui/onlineplayer.h
@@ -54,7 +54,7 @@ class OnlinePlayer final
const std::string getNick() const noexcept2 A_WARN_UNUSED
{ return mNick; }
- unsigned char getStaus() const noexcept2 A_WARN_UNUSED
+ unsigned char getStatus() const noexcept2 A_WARN_UNUSED
{ return mStatus; }
void setIsGM(const bool b)