mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
The string replacement for achievement collection is not needed.
This commit is contained in:
@@ -126,8 +126,6 @@ public abstract class AchievementCollection implements Iterable<Achievement> {
|
|||||||
for (final String s : achievementListFile) {
|
for (final String s : achievementListFile) {
|
||||||
if (!s.isEmpty()) {
|
if (!s.isEmpty()) {
|
||||||
String k[] = StringUtils.split(s, "|");
|
String k[] = StringUtils.split(s, "|");
|
||||||
if(k[0].contains("add(\""))
|
|
||||||
k[0] = k[0].replace("add(\"","");
|
|
||||||
add(k[0],k[1],k[2]);
|
add(k[0],k[1],k[2]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user