Skip to content

Commit 1c1a053

Browse files
committed
Fix player win not advancing time
1 parent 4e80c3a commit 1c1a053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/Player.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ package game
748748
}
749749
else
750750
{
751-
Main.saveData.advanceLevels(this.coins,this.level.time, 1);
751+
Main.saveData.advanceLevels(this.coins,this.level.time, 1, true);
752752
}
753753
FP.world.add(new Win());
754754
FP.tas.StopRecording();

0 commit comments

Comments
 (0)