From cf3ce6cc23401f13869f5134227e50459f2b809d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 12:40:52 +0000 Subject: Rename ServiceProvider methods to avoid shadowing issues. --- modules/customprefix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/customprefix.cpp') diff --git a/modules/customprefix.cpp b/modules/customprefix.cpp index 7483488da..ea6bb2a58 100644 --- a/modules/customprefix.cpp +++ b/modules/customprefix.cpp @@ -39,7 +39,7 @@ public: this->Update(rank, setrank, unsetrank, depriv); ServerInstance->Logs.Debug(MODNAME, "Created the {} prefix: letter={} prefix={} rank={} ranktoset={} ranktounset={} depriv={}", - name, GetModeChar(), GetPrefix(), GetPrefixRank(), GetLevelRequired(true), GetLevelRequired(false), + this->service_name, GetModeChar(), GetPrefix(), GetPrefixRank(), GetLevelRequired(true), GetLevelRequired(false), CanSelfRemove() ? "yes" : "no"); } }; -- cgit v1.3.1-10-gc9f91