Fix issues with DefaultRunMode
For a command to use the DefaultRunMode, it must now have it's RunMode set to RunMode.Default (this is the default value on CommandAttribute now).
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public enum RunMode
|
||||
{
|
||||
Default,
|
||||
Sync,
|
||||
Mixed,
|
||||
Async
|
||||
|
||||
Reference in New Issue
Block a user