From 26a5ad3369b52c38963dfa9eb33ac64ec27388ad Mon Sep 17 00:00:00 2001 From: Exitare Date: Mon, 13 Jan 2025 20:06:03 -0800 Subject: [PATCH] Fix mod to work with PR #21151 --- src/mod_cta_switch_script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_cta_switch_script.cpp b/src/mod_cta_switch_script.cpp index 514bbfa..16794f2 100644 --- a/src/mod_cta_switch_script.cpp +++ b/src/mod_cta_switch_script.cpp @@ -158,7 +158,7 @@ class cta_switch_event_script : public GameEventScript GameEventData const& eventData = events[activeEvent]; sGameEventMgr->StopEvent(activeEvent, true); - LOG_INFO("module", "[CTA-Switch]: Stopping {} ({})", eventData.description, activeEvent); + LOG_INFO("module", "[CTA-Switch]: Stopping {} ({})", eventData.Description, activeEvent); } } }