mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-02-01 19:51:25 +01:00
Fix extra bracket
This commit is contained in:
parent
af5a46e06a
commit
4d9186613d
@ -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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user