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); } } }