mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-05 16:07:56 +01:00
remove double space
This commit is contained in:
parent
fa357f4681
commit
c6fbfb87a3
@ -112,7 +112,7 @@ public void initialize(LocalPlayer player) {
|
|||||||
disableBypass = cfg.disableDefaultBypass;
|
disableBypass = cfg.disableDefaultBypass;
|
||||||
if (cfg.announceBypassStatus && player.hasPermission("worldguard.region.toggle-bypass")) {
|
if (cfg.announceBypassStatus && player.hasPermission("worldguard.region.toggle-bypass")) {
|
||||||
player.printInfo(TextComponent.of(
|
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));
|
"You can toggle this with /rg bypass", TextColor.DARK_PURPLE));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user