mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
Better than looping.
This commit is contained in:
parent
2160eef1af
commit
8f4d5442b1
@ -50,9 +50,7 @@ public final class SkillGuide {
|
||||
}
|
||||
|
||||
public static void clearChat(Player player) {
|
||||
for (int x = 0; x < 20; x++) {
|
||||
player.sendMessage("");
|
||||
}
|
||||
player.sendMessage("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
|
||||
}
|
||||
|
||||
public static boolean grabGuidePageForSkill(SkillType skilltype, Player player, String[] args) {
|
||||
|
Loading…
Reference in New Issue
Block a user