mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-16 08:54:47 +01:00
Fix XP, outpost level working, completestages also completes scenarios now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user