From 7110535309675a6579c57900ef75498bfb2e0ce6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 20:59:41 +0000 Subject: Rename ServiceProvider::creator to service_creator and add GetSource. --- modules/cloak_custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cloak_custom.cpp') diff --git a/modules/cloak_custom.cpp b/modules/cloak_custom.cpp index 3baecf737..adb5370a3 100644 --- a/modules/cloak_custom.cpp +++ b/modules/cloak_custom.cpp @@ -246,7 +246,7 @@ public: Cloak::MethodPtr Create(const std::shared_ptr& tag, bool primary) override { if (CustomMethod::created) - throw ModuleException(creator, "You can only have one custom cloak method, at " + tag->source.str()); + throw ModuleException(this->service_creator, "You can only have one custom cloak method, at {}", tag->source.str()); return std::make_shared(this, tag, customcloakext); } -- cgit v1.3.1-10-gc9f91