This commit is contained in:
Andrew Welker
2021-03-18 16:27:08 -06:00
parent 085ba134c4
commit 0228fd1c0f

View File

@@ -41,7 +41,7 @@ namespace PepperDash.Essentials.Core
Debug.Console(0, Debug.Console(0,
"[Scheduler]: Unable to delete events from group '{0}'. Group not found in EventGroups dictionary.", "[Scheduler]: Unable to delete events from group '{0}'. Group not found in EventGroups dictionary.",
groupName); groupName);
return return;
} }
var group = EventGroups[groupName]; var group = EventGroups[groupName];