This commit is contained in:
Auxilor
2021-05-01 12:12:49 +01:00
parent 2a9a4f20db
commit 99a1e25474

View File

@@ -98,7 +98,7 @@ public class TalismanUtils {
String key = talismanKey.getKey();
int level = 0;
int level;
if (key.endsWith("_talisman")) {
level = 1;
@@ -112,10 +112,6 @@ public class TalismanUtils {
return;
}
if (level == 0) {
return;
}
String newKey = key.replace("_talisman", "")
.replace("_ring", "")
.replace("_relic", "")