Remove mention to DM Sendou about changing FC Closes #1823

This commit is contained in:
Kalle
2024-08-11 16:12:25 +03:00
parent 700a309e7f
commit 95e9d518e5
2 changed files with 3 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ function BeforeJoining() {
responsibility to make sure it matches the account you will be playing
on. Anything else will be considered alting by default which is against
the rules. If you need to change friend code after setting it use the
helpdesk on our Discord server or contact Sendou directly via DM.
helpdesk on our Discord server.
</p>
<h3>Reading rules</h3>
<p>

View File

@@ -832,7 +832,8 @@ function FriendCode() {
</section>
{user?.friendCode ? (
<div className="tournament__section__warning">
Is the friend code above wrong? Contact Sendou directly to change it.
Is the friend code above wrong? Post a message on our Discord helpdesk
to change it.
</div>
) : null}
</div>