File tree Expand file tree Collapse file tree
src/main/java/com/azuredoom/classescore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616import com .azuredoom .classescore .api .ClassesCoreAPI ;
1717import com .azuredoom .classescore .bootstrap .ClassesBootstrap ;
1818import com .azuredoom .classescore .command .ClassCommand ;
19+ import com .azuredoom .classescore .command .LeaveClassCommand ;
1920import com .azuredoom .classescore .compat .DynamicTooltipsLibCompat ;
2021import com .azuredoom .classescore .config .ClassesCoreConfig ;
2122import com .azuredoom .classescore .data .ClassDefinition ;
@@ -64,6 +65,7 @@ protected void setup() {
6465 classRegistry = bootstrap .registry ();
6566
6667 this .getCommandRegistry ().registerCommand (new ClassCommand ());
68+ this .getCommandRegistry ().registerCommand (new LeaveClassCommand ());
6769
6870 if (config .get ().isEnableClassItemRestrictions ()) {
6971 ITEM_BLOCK_PACKET_MANAGER .start ();
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments