Cleanup
This commit is contained in:
@@ -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", "")
|
||||
|
||||
Reference in New Issue
Block a user