Adjust finale border size to 60 in RoundService
This commit is contained in:
parent
936cabfd42
commit
62c9661c82
|
|
@ -137,7 +137,7 @@ public class RoundService implements RoundListener {
|
|||
WorldBorderUtil.resetBorder();
|
||||
}
|
||||
if (roundState.equals(ROUND_STATE.FINALE)) {
|
||||
WorldBorderUtil.setSize(75);
|
||||
WorldBorderUtil.setSize(60);
|
||||
}
|
||||
if (!roundState.equals(ROUND_STATE.ENDED)) {
|
||||
Bukkit.broadcast(MiniMessage.miniMessage().deserialize(Messages.GAME.NEXT_STATE, Placeholder.parsed("round", roundState.getHumanReadableName())));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user