Skip to content

Commit

Permalink
存档修复代码小调整
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Sep 28, 2024
1 parent 7e90211 commit cf3aeca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/progress.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ function PROGRESS.fix()
prgs.interiorScore.tuto7_score,prgs.interiorScore.tuto7_time=0,2600e3
prgs.interiorScore.tuto8_keys=260
end
for k in next,prgs.interiorScore do
if k:find("tuto_B") then
prgs.interiorScore[k]=nil
end
end
prgs.tutorial=nil
prgs.tuto5_score,prgs.tuto5_time=nil,nil
prgs.tuto6_score,prgs.tuto6_time=nil,nil
Expand Down

0 comments on commit cf3aeca

Please sign in to comment.