Update HubManager.java

This commit is contained in:
Alexander Meech 2017-10-14 22:50:18 -07:00
parent e36fe72e42
commit b197b2a76a

View File

@ -205,8 +205,8 @@ public class HubManager extends MiniPlugin implements IChatMessageFormatter
World world = _spawn.getWorld();
_treasureManager = require(TreasureManager.class);
_treasureManager.addTreasureLocation(world.getBlockAt(-1, 178, -9).getLocation());
_treasureManager.addTreasureLocation(world.getBlockAt(-1, 178, 9).getLocation());
_treasureManager.addTreasureLocation(world.getBlockAt(-1, 179, -9).getLocation());
_treasureManager.addTreasureLocation(world.getBlockAt(-1, 179, 9).getLocation());
new CosmeticManager(_plugin, clientManager, donationManager, _inventoryManager, _gadgetManager, petManager, _treasureManager, boosterManager, punish);