Skip to content

Commit c6fbfb8

Browse files
CyberFlameGOJoo200
authored andcommitted
remove double space
1 parent fa357f4 commit c6fbfb8

File tree

1 file changed

+1
-1
lines changed
  • worldguard-core/src/main/java/com/sk89q/worldguard/session

1 file changed

+1
-1
lines changed

worldguard-core/src/main/java/com/sk89q/worldguard/session/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void initialize(LocalPlayer player) {
112112
disableBypass = cfg.disableDefaultBypass;
113113
if (cfg.announceBypassStatus && player.hasPermission("worldguard.region.toggle-bypass")) {
114114
player.printInfo(TextComponent.of(
115-
"You are " + (disableBypass ? "not" : "") + " bypassing region protection. " +
115+
"You are " + (disableBypass ? "not " : "") + "bypassing region protection. " +
116116
"You can toggle this with /rg bypass", TextColor.DARK_PURPLE));
117117
}
118118

0 commit comments

Comments
 (0)