Skip to content

Commit

Permalink
Added return to player not online message
Browse files Browse the repository at this point in the history
  • Loading branch information
nik2143 committed Oct 5, 2020
1 parent d255d43 commit a8f234e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
args = argslist.toArray(new String[argslist.size()]);
} else {
sender.sendMessage("Player "+ args[0] +" isn't online");
return true;
}
} else {
if (args.length == 0 || args.length == 1){
Expand Down

0 comments on commit a8f234e

Please sign in to comment.