Fix issue caused by module cleanup while backporting awarding achievement

This commit is contained in:
Jikoo
2016-12-05 19:02:43 -05:00
parent f31356b227
commit 802ce28103
7 changed files with 64 additions and 46 deletions

View File

@@ -211,9 +211,9 @@ public class AnySilentContainer implements IAnySilentContainer {
break;
}
if (blockChest.g == Type.BASIC)
if (blockChest.g == Type.BASIC) {
player.b(StatisticList.ac);
else if (blockChest.g == Type.TRAP) {
} else if (blockChest.g == Type.TRAP) {
player.b(StatisticList.W);
}