Removed Dev Notification

This commit is contained in:
LikeWhat 2020-04-04 23:46:54 +02:00
parent 9337548f3a
commit 0ae4863823
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ import static de.likewhat.customheads.utils.Utils.hasPermission;
@Getter
public class CustomHeads extends JavaPlugin {
private static final boolean BETA = true;
private static final boolean BETA = false;
public static final HashMap<String, String> uuidCache = new HashMap<>();
public static final String chPrefix = "§7[§eCustomHeads§7] ";

View File

@ -118,7 +118,7 @@ public class InventoryListener implements Listener {
return;
}
player.sendMessage("§7[CHTags Tags] §r" + CustomHeads.getTagEditor().getTags(event.getCurrentItem())); // Yeah debug at its finest
// player.sendMessage("§7[CHTags Tags] §r" + CustomHeads.getTagEditor().getTags(event.getCurrentItem())); // Yeah debug at its finest
if (event.getView().getTitle().equals(CustomHeads.getLanguageManager().LOADING)) {
event.setCancelled(true);