mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 08:30:59 +00:00
Adjust to Bastion changes
This commit is contained in:
@@ -140,7 +140,7 @@ public class RandomSpawn extends JavaPlugin {
|
||||
if (isBastionsEnabled) {
|
||||
BastionBlockManager bm = Bastion.getBastionManager();
|
||||
if (bm != null) {
|
||||
if (bm.getBlockingBastion(ret) != null) {
|
||||
if (!bm.getBlockingBastions(ret).isEmpty()) {
|
||||
return chooseSpawn(world);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user