Skip to content

Commit a0f71b0

Browse files
committed
Fixed: Missing space in player search text
1 parent 15ec0a6 commit a0f71b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/RoyalCommands/src/main/java/org/royaldev/royalcommands/rcommands/CmdPlayerSearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void run() {
6666
neutral.setClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/whois " + opName));
6767
tc.addExtra(neutral.duplicate());
6868

69-
positive.setText(" - Last seen");
69+
positive.setText(" - Last seen ");
7070
tc.addExtra(positive.duplicate());
7171

7272
tc.addExtra(TextComponent.fromLegacy(MessageColor.NEUTRAL + lastseen));

0 commit comments

Comments
 (0)