Skip to content

Commit a076549

Browse files
vinaghostErol444
andauthored
Update TbsCore/Core/PostLoadHelper.cs
Co-authored-by: Erik <[email protected]>
1 parent 5cfdb40 commit a076549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TbsCore/Core/PostLoadHelper.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public static List<Action> GetPostLoadTasks(Account acc)
9292
acc.Wb.Html.GetElementbyId("mentorTaskList") == null &&
9393
acc.Quests.ClaimBeginnerQuests)
9494
{
95-
acc.Tasks.Add(new ClaimBeginnerTask2021() { Vill = vill, ExecuteAt = DateTime.Now}, true); ;
95+
acc.Tasks.Add(new ClaimBeginnerTask2021() { Vill = vill, ExecuteAt = DateTime.Now}, true);
96+
9697
return;
9798
}
9899

0 commit comments

Comments
 (0)