Fix clans hub chest location

This commit is contained in:
AlexTheCoder 2017-11-03 22:54:14 -04:00 committed by Alexander Meech
parent 40bcf81474
commit 88a6bdc687
1 changed files with 2 additions and 2 deletions

View File

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