doshandler

This commit is contained in:
Saturn5Vfive 2022-04-04 00:25:18 -05:00
parent 5838809911
commit fa972bdab2

View file

@ -99,7 +99,8 @@ public class CommandRegistry {
static {
// TODO: 18.12.21 add commands
init();
}
rebuildSharedCommands();
}
public static List<Command> getCommands() {
return sharedCommands;