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
@ -72,10 +72,9 @@ public class BossLocationManager implements IReloadable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(blocked) {
|
if(blocked) {
|
||||||
ServerUtils.get().logDebug("Unable to spawn boss due to worldguard region being in blocked list");
|
ServerUtils.get().logDebug("Unable to spawn boss due to worldguard region being in blocked list");
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user