mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fix to test build image again
This commit is contained in:
parent
da63d0917e
commit
61b4002e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue