We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793c358 commit 21167d8Copy full SHA for 21167d8
src/main/java/com/nxyi/addon/Addon.java
@@ -73,7 +73,6 @@ public void onInitialize() {
73
Commands.get().add(new ImageLoreCommand());
74
Commands.get().add(new TrashCommand());
75
Commands.get().add(new ReloadCapes());
76
- Commands.get().add(new Reconnect());
77
78
// HUD
79
Hud.get().register(HudExample.INFO);
src/main/java/com/nxyi/addon/commands/Reconnect.java
0 commit comments