diff options
| author | 2023-07-13 10:08:10 +0100 | |
|---|---|---|
| committer | 2023-07-13 14:07:26 +0100 | |
| commit | 342f94ec2206b931ab30b9b2b114e6068a81caf7 (patch) | |
| tree | 990f7b571c7de1ff6f923d71dd1710ef79a8e454 /src/modules/m_disable.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Normalise the case of ServerStats.
Diffstat (limited to 'src/modules/m_disable.cpp')
| -rw-r--r-- | src/modules/m_disable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
