Fix clans hub chest location
This commit is contained in:
parent
40bcf81474
commit
88a6bdc687
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user