diff options
| author | EverythingWindows <[email protected]> | 2022-11-24 23:06:37 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-24 23:06:37 +0700 |
| commit | 84aff196b167a343eb056bd143e2cf894ad620cb (patch) | |
| tree | 436f4c13415fb2237f9b9753cb01c51f858e7b1e /ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb | |
| parent | fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b (diff) | |
| download | shiftos-therevival-old-84aff196b167a343eb056bd143e2cf894ad620cb.tar.gz shiftos-therevival-old-84aff196b167a343eb056bd143e2cf894ad620cb.tar.bz2 shiftos-therevival-old-84aff196b167a343eb056bd143e2cf894ad620cb.zip | |
0.2.7 final code0.2.7
Diffstat (limited to 'ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb')
| -rw-r--r-- | ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb b/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb index 34cc3f7..187fcbd 100644 --- a/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb +++ b/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb @@ -68,7 +68,7 @@ Module SaveLoadSystem Strings.ComputerInfo(0) = "shiftos" Strings.ComputerInfo(1) = "user" Strings.ComputerInfo(2) = "0" - Strings.ComputerInfo(4) = "34" + Strings.ComputerInfo(4) = "42" Strings.AvailableFeature(0) = "1" Strings.AvailableFeature(1) = "1" Strings.AvailableFeature(2) = "1" |
