Added a missing return

This commit is contained in:
Kwoth
2022-10-15 13:17:30 +02:00
parent fd6a51ac82
commit 1a132fd234

View File

@@ -74,6 +74,7 @@ public partial class Xp
if (result == ClubCreateResult.InsufficientLevel) if (result == ClubCreateResult.InsufficientLevel)
{ {
await ReplyErrorLocalizedAsync(strs.club_create_insuff_lvl); await ReplyErrorLocalizedAsync(strs.club_create_insuff_lvl);
return;
} }
if (result == ClubCreateResult.AlreadyInAClub) if (result == ClubCreateResult.AlreadyInAClub)