diff options
| author | DoKM <mcazzyman@gmail.com> | 2021-08-31 15:47:31 +0200 |
|---|---|---|
| committer | DoKM <mcazzyman@gmail.com> | 2021-08-31 15:47:31 +0200 |
| commit | 7dfb4153a98f903c5779f56df0c00774cf1dccd6 (patch) | |
| tree | fa88345b956b386fe76000bd5cbbaadfa0876b3a /src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java | |
| parent | 7c350bdf3ea51573b5fc3442bf6b350d57900ec6 (diff) | |
| download | notenoughupdates-7dfb4153a98f903c5779f56df0c00774cf1dccd6.tar.gz notenoughupdates-7dfb4153a98f903c5779f56df0c00774cf1dccd6.tar.bz2 notenoughupdates-7dfb4153a98f903c5779f56df0c00774cf1dccd6.zip | |
Clean up some duplicate values etc.
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java b/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java index 7f1c20d3..b796fbe3 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java @@ -470,7 +470,7 @@ public class Utils { } public static String[] rarityArr = new String[] { - "COMMON", "UNCOMMON", "RARE", "EPIC", "LEGENDARY", "MYTHIC", "SPECIAL", "VERY SPECIAL", + "COMMON", "UNCOMMON", "RARE", "EPIC", "LEGENDARY", "MYTHIC", "SPECIAL", "VERY SPECIAL", "SUPREME" }; public static String getRarityFromInt(int rarity){ |
