mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
double hotfix fml
This commit is contained in:
@@ -625,7 +625,7 @@ public class Brew {
|
|||||||
|
|
||||||
// True if the PotionMeta has colored Lore
|
// True if the PotionMeta has colored Lore
|
||||||
public static Boolean hasColorLore(PotionMeta meta) {
|
public static Boolean hasColorLore(PotionMeta meta) {
|
||||||
return meta.hasLore() && (meta.getLore().size() > 0 && !meta.getLore().get(1).startsWith(P.p.color("&7")));
|
return meta.hasLore() && (meta.getLore().size() > 1 && !meta.getLore().get(1).startsWith(P.p.color("&7")));
|
||||||
}
|
}
|
||||||
|
|
||||||
// gets the Color that represents a quality in Lore
|
// gets the Color that represents a quality in Lore
|
||||||
|
|||||||
Reference in New Issue
Block a user