File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/pro/cloudnode/smp/cloudnodemsg Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ public void onEnable() {
3131
3232 Objects .requireNonNull (getCommand ("cloudnodemsg" )).setExecutor (new MainCommand ());
3333 Objects .requireNonNull (getCommand ("message" )).setExecutor (new MessageCommand ());
34- Objects .requireNonNull (getCommand ("reply" )).setExecutor (new ReplyCommand ());Objects .requireNonNull (getCommand ("ignore" )).setExecutor (new IgnoreCommand ());
34+ Objects .requireNonNull (getCommand ("reply" )).setExecutor (new ReplyCommand ());
35+ Objects .requireNonNull (getCommand ("ignore" )).setExecutor (new IgnoreCommand ());
3536 Objects .requireNonNull (getCommand ("unignore" )).setExecutor (new UnIgnoreCommand ());
3637 Objects .requireNonNull (getCommand ("togglemsg" )).setExecutor (new ToggleMessageCommand ());
3738
You can’t perform that action at this time.
0 commit comments