Skip to content

Commit

Permalink
Less blank lines on skill commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Jan 26, 2019
1 parent 1c58bd3 commit ad990db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
float skillValue = mcMMOPlayer.getSkillLevel(skill);

//Send the players a few blank lines to make finding the top of the skill command easier
for(int i = 0; i < 19; i++)
for(int i = 0; i < 2; i++)
{
player.sendMessage("");
}
Expand Down

0 comments on commit ad990db

Please sign in to comment.