Made default true

This commit is contained in:
Sekwah 2018-08-27 21:44:06 +01:00
parent e6c2b2e960
commit 81e339172d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class PortalPlacer implements Listener {
ConfigAccessor config = new ConfigAccessor(plugin, "config.yml");
boolean portalPlace = config.getConfig().getBoolean("CanBuildPortalBlock");
this.DISABLE_GATEWAY_BEAM = config.getConfig().getBoolean("DisableGatewayBeam");
this.DISABLE_GATEWAY_BEAM = config.getConfig().getBoolean("DisableGatewayBeam", true);
if (portalPlace) {