remove error

This commit is contained in:
BadBones 2023-02-19 02:48:22 -05:00
parent e13d318720
commit e143cac27a
No known key found for this signature in database
GPG Key ID: DA2CDA04821CEAB6

View File

@ -89,7 +89,7 @@ public class ItemUtils {
}
}
} catch (Exception e) {
itemBuilder.setMaterial(Material.RED_TERRACOTTA).setDisplayName("&c&lERROR").setLore(Arrays.asList("&cThere is an error", "&cFor : &c" + (placeHolder != null ? placeHolder : "")));
itemBuilder.setMaterial(Material.RED_TERRACOTTA).setDisplayName("&c&lERROR").setLore(Arrays.asList("&cThere is an error", "&cFor : &c"));
e.printStackTrace();
}