We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfdb40 commit a076549Copy full SHA for a076549
TbsCore/Core/PostLoadHelper.cs
@@ -92,7 +92,8 @@ public static List<Action> GetPostLoadTasks(Account acc)
92
acc.Wb.Html.GetElementbyId("mentorTaskList") == null &&
93
acc.Quests.ClaimBeginnerQuests)
94
{
95
- acc.Tasks.Add(new ClaimBeginnerTask2021() { Vill = vill, ExecuteAt = DateTime.Now}, true); ;
+ acc.Tasks.Add(new ClaimBeginnerTask2021() { Vill = vill, ExecuteAt = DateTime.Now}, true);
96
+
97
return;
98
}
99
0 commit comments