From ad2aecf19116b1491fa3776e069e1160d4e76927 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 22 Jul 2022 20:44:47 +0100 Subject: Remove some unnecessary getters in ConnectClass. All of these members are public anyway. --- src/cull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cull.cpp') diff --git a/src/cull.cpp b/src/cull.cpp index c9ed4e474..4810eee84 100644 --- a/src/cull.cpp +++ b/src/cull.cpp @@ -72,7 +72,7 @@ void CullList::Apply() for (const auto& u : working) { ServerInstance->SNO.WriteGlobalSno('a', "User %s SendQ exceeds connect class maximum of %lu", - u->nick.c_str(), u->GetClass()->GetSendqHardMax()); + u->nick.c_str(), u->GetClass()->hardsendqmax); ServerInstance->Users.QuitUser(u, "SendQ exceeded"); } working.clear(); -- cgit v1.3.1-10-gc9f91