mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-01-21 22:31:21 +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) {
|
||||
ServerUtils.get().logDebug("Unable to spawn boss due to worldguard region being in blocked list");
|
||||
return false;
|
||||
}
|
||||
if(blocked) {
|
||||
ServerUtils.get().logDebug("Unable to spawn boss due to worldguard region being in blocked list");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user