mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Added a missing return
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user