Merge remote-tracking branch 'refs/remotes/origin/develop' into mopple
This commit is contained in:
commit
55317730fa
@ -31,7 +31,7 @@ public class BillboardManager extends MiniPlugin
|
||||
|
||||
private void generateBoards()
|
||||
{
|
||||
_branding.createPost(new Location(Bukkit.getWorld("world"), -6, 78, -35), BlockFace.SOUTH, "logitech.jpg");
|
||||
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
@ -182,9 +182,6 @@ public class SpeedBuilders extends SoloGame
|
||||
|
||||
InventoryClick = true;
|
||||
|
||||
manager.getBrandingManager().reset();
|
||||
manager.getBrandingManager().createPost(new Location(Bukkit.getWorld("world"), 17, 103, -11), BlockFace.WEST, "logitech.jpg");
|
||||
|
||||
registerStatTrackers(
|
||||
new DependableTracker(this),
|
||||
new FirstBuildTracker(this),
|
||||
|
Loading…
Reference in New Issue
Block a user