Fix AnicientChests not enabled by default

This commit is contained in:
Sam 2017-10-17 00:04:49 +01:00 committed by Alexander Meech
parent 9d59f35847
commit 458bb6e1c6
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ public class AncientTreasure extends NormalTreasure
allowDuplicates();
setPurchasable(5000);
purchasableFromStore();
enabledByDefault();
}
}