Update HubManager.java
This commit is contained in:
parent
e36fe72e42
commit
b197b2a76a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user