Patch an issue where all users have access to the July PPC cosmetic

This commit is contained in:
AlexTheCoder 2018-07-01 05:11:41 -04:00
parent ab5ddee92a
commit 7f59646282
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ public class ItemClacker extends ItemGadget
C.cGray + "master of the art can turn them",
C.cGray + "into boomerangs."
}, CostConstants.POWERPLAY_BONUS, Material.STAINED_CLAY, (byte) 10, TimeUnit.SECONDS.toMillis(10), null);
Free = false;
setPPCYearMonth(YearMonth.of(2018, Month.JULY));
}