We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ec0a6 commit a0f71b0Copy full SHA for a0f71b0
modules/RoyalCommands/src/main/java/org/royaldev/royalcommands/rcommands/CmdPlayerSearch.java
@@ -66,7 +66,7 @@ public void run() {
66
neutral.setClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/whois " + opName));
67
tc.addExtra(neutral.duplicate());
68
69
- positive.setText(" - Last seen");
+ positive.setText(" - Last seen ");
70
tc.addExtra(positive.duplicate());
71
72
tc.addExtra(TextComponent.fromLegacy(MessageColor.NEUTRAL + lastseen));
0 commit comments