Fix extra bracket

This commit is contained in:
Esophose 2019-05-19 01:53:36 -06:00
parent af5a46e06a
commit 4d9186613d

View File

@ -77,7 +77,6 @@ public class BossLocationManager implements IReloadable {
return false; return false;
} }
} }
}
if(this.bossHookManager.isFactionsEnabled() && this.bossHookManager.getFactionHelper() != null) { if(this.bossHookManager.isFactionsEnabled() && this.bossHookManager.getFactionHelper() != null) {
if(!this.bossHookManager.getFactionHelper().isInWarzone(location)) { if(!this.bossHookManager.getFactionHelper().isInWarzone(location)) {