change to key set so i can use a for each
This commit is contained in:
parent
754d9c6420
commit
f39766a192
@ -31,7 +31,7 @@ public class MythicItem {
|
||||
ItemMeta item_metadata = item.getItemMeta();
|
||||
|
||||
JSONObject enchantments = json.getJSONObject("Enchantments");
|
||||
for (String enchanment_key : enchantments.keys()) {
|
||||
for (String enchanment_key : enchantments.keySet()) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user