Fix minecraft-auth-linking incorrect placeholder

This commit is contained in:
Vankka 2024-07-20 15:12:36 +03:00
parent 62afe293e0
commit c6526fea3f
No known key found for this signature in database
GPG Key ID: 62E48025ED4E7EBB

View File

@ -325,7 +325,7 @@ public class MessagesConfig implements Config {
"&f[click:open_url:%minecraftauth_link%][hover:show_text:Click to open]%minecraftauth_link_simple%[click]" + NEUTRAL_COLOR,
"&fMinecraftAuth"
})
public MinecraftMessage minecraftAuthLinking = make("%1Please visit %2 to link your account through %4");
public MinecraftMessage minecraftAuthLinking = make("%1Please visit %2 to link your account through %3");
@Untranslated(Untranslated.Type.COMMENT)
@Comment("/discord unlink")