refactor: precise nicko can only be used in-game

This commit is contained in:
aroooo 2022-11-04 17:28:23 +01:00
parent 460fcaff84
commit 9a836bd1e8

View file

@ -40,7 +40,7 @@ public class NickoCommand implements CommandExecutor {
return false;
}
sender.sendMessage("The GUI can only be opened in-game.");
sender.sendMessage("This plugin can only be used in-game. Sorry!");
return false;
}