= Corrected unused command
This commit is contained in:
@@ -290,7 +290,6 @@ public class ObjectBuilderFactory
|
|||||||
|
|
||||||
CommandManager manager = new CommandManager();
|
CommandManager manager = new CommandManager();
|
||||||
|
|
||||||
manager.Register("test", new CommandTesting(KittyRole.Dev, KittyRating.Safe));
|
|
||||||
manager.Register("work", new CommandDoWork(KittyRole.Dev, KittyRating.Safe));
|
manager.Register("work", new CommandDoWork(KittyRole.Dev, KittyRating.Safe));
|
||||||
manager.Register("shutdown", new CommandShutdown(KittyRole.Dev, KittyRating.Safe));
|
manager.Register("shutdown", new CommandShutdown(KittyRole.Dev, KittyRating.Safe));
|
||||||
manager.Register("stats", new CommandStats(KittyRole.Dev, KittyRating.Safe));
|
manager.Register("stats", new CommandStats(KittyRole.Dev, KittyRating.Safe));
|
||||||
|
|||||||
Reference in New Issue
Block a user