Fixed wiki url being incorrect in various commands

This commit is contained in:
nossr50
2023-04-03 16:47:58 -07:00
parent 7264e1a8d6
commit 79730383ab
4 changed files with 4 additions and 2 deletions

View File

@ -69,7 +69,7 @@ public class TextComponentFactory {
TextComponent.Builder wikiLinkComponent = Component.text().content(LocaleLoader.getString("Overhaul.mcMMO.MmoInfo.Wiki"));
wikiLinkComponent.decoration(TextDecoration.UNDERLINED, true);
String wikiUrl = "https://mcmmo.org/wiki/"+subskillformatted;
String wikiUrl = "https://wiki.mcmmo.org/"+subskillformatted;
wikiLinkComponent.clickEvent(ClickEvent.openUrl(wikiUrl));