achievementdiary: Don't duplicate requirements with many requriements
This commit is contained in:
@@ -182,7 +182,7 @@ public class DiaryRequirementsPlugin extends Plugin
|
|||||||
b.append(word);
|
b.append(word);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
newRequirements.add(i + offset, b.toString());
|
newRequirements.set(i + offset, b.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user