From 342f94ec2206b931ab30b9b2b114e6068a81caf7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 13 Jul 2023 10:08:10 +0100 Subject: Normalise the case of ServerStats. --- src/modules/m_disable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_disable.cpp') diff --git a/src/modules/m_disable.cpp b/src/modules/m_disable.cpp index d906ee39b..15454ca8a 100644 --- a/src/modules/m_disable.cpp +++ b/src/modules/m_disable.cpp @@ -156,7 +156,7 @@ public: // The server administrator has specified that disabled commands should be // treated as if they do not exist. user->WriteNumeric(ERR_UNKNOWNCOMMAND, command, "Unknown command"); - ServerInstance->stats.Unknown++; + ServerInstance->Stats.Unknown++; return MOD_RES_DENY; } -- cgit v1.3.1-10-gc9f91