add version check for 20230414 client

This commit is contained in:
Devin Zuczek
2026-07-23 12:23:30 -04:00
parent 7ab171b646
commit 2f6a40279d
10 changed files with 42 additions and 23 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ import {
countAccountsByPlatformId,
countAccountsBySignupIp,
createAccount,
GAME_VERSION,
getAccount,
getAccountByUsername,
getAccountsByPlatformId,
@@ -139,7 +140,7 @@ async function placeNewPlayerInOrientation(
deviceClass,
vrMovementMode: 1,
platform: 0,
appVersion: '20230302',
appVersion: GAME_VERSION,
})
}