Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Alex
2019-06-18 02:11:58 -04:00
11 changed files with 78 additions and 16 deletions
+1
View File
@@ -429,6 +429,7 @@ public class ObjectBuilderFactory
manager.Register(LocCommands.Stub("charactereditname"), new CommandCharacterEditName(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("charactereditURL"), new CommandCharacterEditURL(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("leaderboard"), new CommandLeaderboard(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("color, colour"), new CommandColor(KittyRole.General, KittyRating.Safe));
return manager;
}