Skip to content

Commit 18549a7

Browse files
authored
Fix /ess reload (#6444)
1 parent e9b8343 commit 18549a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Essentials/src/main/java/com/earth2me/essentials/commands/Commandessentials.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import com.earth2me.essentials.commands.essentials.ItemTestCommand;
99
import com.earth2me.essentials.commands.essentials.MooCommand;
1010
import com.earth2me.essentials.commands.essentials.NyanCommand;
11+
import com.earth2me.essentials.commands.essentials.ReloadCommand;
1112
import com.earth2me.essentials.commands.essentials.UsermapCommand;
1213
import com.earth2me.essentials.commands.essentials.VersionCommand;
1314

@@ -19,6 +20,7 @@ public Commandessentials() {
1920
registerNode(new DebugCommand());
2021
registerNode(new CommandMapCommand());
2122
registerNode(new DumpCommand());
23+
registerNode(new ReloadCommand());
2224
registerNode(new CleanupCommand());
2325
registerNode(new HomesCommand());
2426
registerNode(new UsermapCommand());

0 commit comments

Comments
 (0)