Fix XP, outpost level working, completestages also completes scenarios now

This commit is contained in:
Mikhail
2024-07-18 11:29:40 -04:00
parent fcf9396b86
commit 6ed393714f
4 changed files with 66 additions and 14 deletions

View File

@@ -196,7 +196,7 @@ namespace nksrv
if (!user.IsStageCompleted(item, true))
{
Console.WriteLine("Completing stage " + item);
ClearStage.CompleteStage(user, item);
ClearStage.CompleteStage(user, item, true);
}
if (i == chapterNumber && target == stageNumber)