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

View File

@ -53,6 +53,7 @@ public class ItemClacker extends ItemGadget
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));
}