This commit is contained in:
2025-07-29 14:39:09 +03:00
parent 019cc94b2e
commit b8ca91291a

View File

@@ -1961,7 +1961,7 @@ namespace CharacterSelectPlugin
Plugin.Log.Debug($"[JobSwitch] Detected job change: {CurrentJobId} → {currentJobId}");
if (!Configuration.EnableAutomations)
if (Configuration.EnableAutomations)
{
var reapplied = false;