allbuild commit 1c3d4fe1

This commit is contained in:
Olivier Gagnon 2022-05-20 16:07:07 -04:00
parent 1c3d4fe1b5
commit fd7593f13d
6 changed files with 38 additions and 38 deletions

4
dist/main.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

64
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -89,7 +89,7 @@ export const CONSTANTS: {
LatestUpdate: string;
} = {
VersionString: "1.7.0",
VersionNumber: 18,
VersionNumber: 19,
// Speed (in ms) at which the main loop is updated
_idleSpeed: 200,

@ -443,7 +443,7 @@ function evaluateVersionCompatibility(ver: string | number): void {
Player.reapplyAllAugmentations(true);
Player.reapplyAllSourceFiles();
}
if (ver < 18) {
if (ver < 19) {
// Create the darkweb for everyone but it won't be linked
const dw = GetServer(SpecialServers.DarkWeb);
if (!dw) {