Skip to content

Commit

Permalink
try fix legend league cannot join error
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Jan 27, 2024
1 parent ebdf9bb commit c4f5822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MementoMori/MementoMoriFuncs.Ops.cs
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ public async Task LegendLeagueAuto()
await ExecuteQuickAction(async (log, token) =>
{
log($"{TextResourceTable.Get("[CommonHeaderGlobalPvpLabel]")}");
await UserGetUserData();
if (UserSyncData.CanJoinTodayLegendLeague != true)
{
log(TextResourceTable.Get("[GlobalPvpIsNotParticipateToastMessage]"));
Expand Down

0 comments on commit c4f5822

Please sign in to comment.