remove double space

This commit is contained in:
CyberFlame 2024-07-05 02:21:57 +12:00 committed by Joo200
parent fa357f4681
commit c6fbfb87a3

View File

@ -112,7 +112,7 @@ public void initialize(LocalPlayer player) {
disableBypass = cfg.disableDefaultBypass;
if (cfg.announceBypassStatus && player.hasPermission("worldguard.region.toggle-bypass")) {
player.printInfo(TextComponent.of(
"You are " + (disableBypass ? "not" : "") + " bypassing region protection. " +
"You are " + (disableBypass ? "not " : "") + "bypassing region protection. " +
"You can toggle this with /rg bypass", TextColor.DARK_PURPLE));
}