mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 09:01:58 -05:00
Game-saving issue fixed.
This commit is contained in:
parent
077550eb5e
commit
b107f2e8fd
1 changed files with 2 additions and 2 deletions
|
@ -1062,8 +1062,8 @@
|
||||||
SortOutBooleans(WebBrowserCorrupted, 613, False)
|
SortOutBooleans(WebBrowserCorrupted, 613, False)
|
||||||
If boughtdesktopicons = True Then savelines(614) = 11 Else savelines(614) = 10
|
If boughtdesktopicons = True Then savelines(614) = 11 Else savelines(614) = 10
|
||||||
If boughtadvapplauncher = True Then savelines(615) = 11 Else savelines(615) = 10
|
If boughtadvapplauncher = True Then savelines(615) = 11 Else savelines(615) = 10
|
||||||
IO.File.WriteAllLines(ShiftOSPath + "Shiftum42\Drivers\HDD.dri", savelines)
|
IO.File.WriteAllLines(ShiftOSPath + "\Shiftum42\Drivers\HDD.dri", savelines)
|
||||||
File_Crypt.EncryptFile(ShiftOSPath + "Shiftum42\Drivers\HDD.dri", "C:\ShiftOS\Shiftum42\SKernal.sft", sSecretKey)
|
File_Crypt.EncryptFile(ShiftOSPath + "\Shiftum42\Drivers\HDD.dri", "C:\ShiftOS\Shiftum42\SKernal.sft", sSecretKey)
|
||||||
Try
|
Try
|
||||||
Dim sw As New IO.StreamWriter(Paths.dnldata & "Downloadhistory.lst")
|
Dim sw As New IO.StreamWriter(Paths.dnldata & "Downloadhistory.lst")
|
||||||
sw.Write(downloadmanagerhistory)
|
sw.Write(downloadmanagerhistory)
|
||||||
|
|
Loading…
Reference in a new issue