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