Disable easter egg baskets in games
This commit is contained in:
parent
ffdbebf3ee
commit
87b829b411
@ -353,7 +353,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
|
||||
TitanGiveawayManager titanGiveaway = new TitanGiveawayManager(getPlugin(), clientManager, serverStatusManager);
|
||||
EternalGiveawayManager eternalGiveawayManager = new EternalGiveawayManager(getPlugin(), clientManager, serverStatusManager);
|
||||
|
||||
IsHolidayEnabled = true;
|
||||
IsHolidayEnabled = false;
|
||||
if (IsHolidayEnabled)
|
||||
new HolidayManager(this, titanGiveaway, eternalGiveawayManager);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user