returned hub to normal

removed flaming pumpkins from arcade
This commit is contained in:
Chiss 2014-11-07 12:54:38 +11:00
parent b7ce12165e
commit a67842b504
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ import mineplex.minecraft.game.core.damage.CustomDamageEvent;
public class HubManager extends MiniClientPlugin<HubClient>
{
// Snowman!
public HubType Type = HubType.Halloween;
public HubType Type = HubType.Normal;
private BlockRestore _blockRestore;
private CoreClientManager _clientManager;

View File

@ -265,7 +265,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
_gameWorldManager = new GameWorldManager(this);
new MiscManager(this);
new IdleManager(this);
new HalloweenManager(this);
//new HalloweenManager(this);
_arcadeRepository = new ArcadeRepository(plugin);
// Game Addons