mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Less blank lines on skill commands
This commit is contained in:
parent
1c58bd392d
commit
ad990dbb28
@ -66,7 +66,7 @@ public abstract class SkillCommand implements TabExecutor {
|
|||||||
float skillValue = mcMMOPlayer.getSkillLevel(skill);
|
float skillValue = mcMMOPlayer.getSkillLevel(skill);
|
||||||
|
|
||||||
//Send the players a few blank lines to make finding the top of the skill command easier
|
//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("");
|
player.sendMessage("");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user