We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa357f4 commit c6fbfb8Copy full SHA for c6fbfb8
worldguard-core/src/main/java/com/sk89q/worldguard/session/Session.java
@@ -112,7 +112,7 @@ public void initialize(LocalPlayer player) {
112
disableBypass = cfg.disableDefaultBypass;
113
if (cfg.announceBypassStatus && player.hasPermission("worldguard.region.toggle-bypass")) {
114
player.printInfo(TextComponent.of(
115
- "You are " + (disableBypass ? "not" : "") + " bypassing region protection. " +
+ "You are " + (disableBypass ? "not " : "") + "bypassing region protection. " +
116
"You can toggle this with /rg bypass", TextColor.DARK_PURPLE));
117
}
118
0 commit comments