Disables the generation of buttons on bungee portals
This commit is contained in:
@ -196,7 +196,7 @@ public class PortalCreator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Add button if the portal is not always on
|
//Add button if the portal is not always on
|
||||||
if (!portalOptions.isAlwaysOn()) {
|
if (!portalOptions.isAlwaysOn() && !portalOptions.isBungee()) {
|
||||||
generatePortalButton(portalLocation.getTopLeft(), portalLocation.getButtonVector(),
|
generatePortalButton(portalLocation.getTopLeft(), portalLocation.getButtonVector(),
|
||||||
portalLocation.getButtonFacing());
|
portalLocation.getButtonFacing());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user