Remove could not get proper tier of item spam messages. (They weren't
actually errors anyways)
This commit is contained in:
parent
47f774be4b
commit
6be1190751
Binary file not shown.
@ -99,11 +99,11 @@ public enum ItemSet {
|
|||||||
m.setLore(lore);
|
m.setLore(lore);
|
||||||
item.setItemMeta(m);
|
item.setItemMeta(m);
|
||||||
GenericFunctions.UpdateItemLore(item); //Update this item now that we upgraded the tier.
|
GenericFunctions.UpdateItemLore(item); //Update this item now that we upgraded the tier.
|
||||||
}
|
|
||||||
if (!found) {
|
if (!found) {
|
||||||
TwosideKeeper.log(ChatColor.RED+"[ERROR] Could not detect proper tier of "+item.toString()+"!", 1);
|
TwosideKeeper.log(ChatColor.RED+"[ERROR] Could not detect proper tier of "+item.toString()+"!", 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public static int GetBaseAmount(ItemSet set, int tier, int stat) {
|
public static int GetBaseAmount(ItemSet set, int tier, int stat) {
|
||||||
//stat will be 1 for the base value, 2 for the 2-piece set bonus, 3 for the 3-piece set bonus, and 4 for the 4-piece set bonus.
|
//stat will be 1 for the base value, 2 for the 2-piece set bonus, 3 for the 3-piece set bonus, and 4 for the 4-piece set bonus.
|
||||||
@ -346,9 +346,9 @@ public enum ItemSet {
|
|||||||
m.setLore(lore);
|
m.setLore(lore);
|
||||||
item.setItemMeta(m);
|
item.setItemMeta(m);
|
||||||
GenericFunctions.UpdateItemLore(item); //Update this item now that we upgraded the tier.
|
GenericFunctions.UpdateItemLore(item); //Update this item now that we upgraded the tier.
|
||||||
}
|
|
||||||
if (!found) {
|
if (!found) {
|
||||||
TwosideKeeper.log(ChatColor.RED+"[ERROR] Could not detect proper tier of "+item.toString()+"!", 1);
|
TwosideKeeper.log(ChatColor.RED+"[ERROR] Could not detect proper tier of "+item.toString()+"!", 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user