mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-29 16:46:46 +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) {
|
public static void clearChat(Player player) {
|
||||||
for (int x = 0; x < 20; x++) {
|
player.sendMessage("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
|
||||||
player.sendMessage("");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean grabGuidePageForSkill(SkillType skilltype, Player player, String[] args) {
|
public static boolean grabGuidePageForSkill(SkillType skilltype, Player player, String[] args) {
|
||||||
|
Loading…
Reference in New Issue
Block a user