1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Removed debug message

This commit is contained in:
TheBusyBiscuit 2019-10-06 19:33:34 +02:00
parent 0aa989c9fb
commit 2044a4e489

View File

@ -277,7 +277,6 @@ public class SlimefunItem {
}
public static SlimefunItem getByItem(ItemStack item) {
System.out.println(item);
if (item == null) return null;
if (item.hasItemMeta()) {