mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
add version check for 20230414 client
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user