mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-12-19 04:53:10 -05: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