From 8e6339353fb6eab7d21ff58e98a783e8d827d73b Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sun, 30 Mar 2025 00:23:12 +0100 Subject: Typofix unused function OnlinePlayer::getStatus() --- src/gui/onlineplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2