mirror of
https://github.com/IHasName/CustomHeads.git
synced 2024-11-14 04:05:20 +01:00
Removed Dev Notification
This commit is contained in:
parent
9337548f3a
commit
0ae4863823
@ -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] ";
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user