Skip to content

Commit 6792159

Browse files
fix: Fixed potential bug when loading trust profiles
1 parent 2c666b0 commit 6792159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helpers/LoadServerProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ internal static async Task RunDutyTask(DutyType dutyType, string profileUrl, int
475475
Core.OverlayManager.AddToast(() => $"{message}", TimeSpan.FromMilliseconds(25000), Color.FromRgb(147, 112, 219), Color.FromRgb(13, 106, 175), new FontFamily("Gautami"));
476476
Log.Error($"{message}");
477477
TreeRoot.Stop($"{message}");
478-
break;
478+
return;
479479
}
480480

481481
Log.Information($"Queuing for {DataManager.InstanceContentResults[(uint)dungeonDutyId].CurrentLocaleName} with Trust");

0 commit comments

Comments
 (0)