All user messages are now English
This commit is contained in:
parent
5875da50d4
commit
7710e17d02
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ public class MCTPAudioCmd implements CommandExecutor {
|
|||
String url = "http://audio.mcthemeparks.eu/";
|
||||
url = url + "?uuid=" + p.getUniqueId().toString().replace("-", "") + "&pin=" + pin;
|
||||
|
||||
TextComponent message = new TextComponent(TextComponent.fromLegacyText(prefix + "Klik hierop om te verbinden met de audioclient."));
|
||||
TextComponent message = new TextComponent(TextComponent.fromLegacyText(prefix + "Click here to connect to the audio client."));
|
||||
message.setClickEvent(new ClickEvent(ClickEvent.Action.OPEN_URL, url));
|
||||
p.spigot().sendMessage(message);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue