Fix duplicate achievements getting added to the achievement list (#3770) (#3779)

This commit is contained in:
Earthcomputer 2017-03-15 02:04:09 +00:00 committed by LexManos
parent 67247fba29
commit 43375ded29
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,7 @@
if (p_151180_0_[i] != null && p_151180_0_[j] == null)
{
@@ -310,4 +317,36 @@
@@ -310,4 +317,37 @@
{
return (StatBase)field_188093_a.get(p_151177_0_);
}
@ -135,6 +135,7 @@
+ field_188094_c.clear();
+ field_188095_d.clear();
+ field_188096_e.clear();
+ AchievementList.field_187981_e.clear();
+
+ for (StatBase[] sb : new StatBase[][]{field_188065_ae, field_188066_af, field_75929_E, field_75930_F, field_188067_ai, field_188068_aj})
+ {