SPT 4.0.1

This commit is contained in:
AirryCo
2025-10-15 22:02:54 +08:00
parent 1f347067e5
commit 30630fb3c0

View File

@@ -62,7 +62,7 @@ jobs:
# Extract versions from core.json
wget https://raw.githubusercontent.com/${{ env.REPOSITORY_SPT_SERVER }}/refs/heads/${{ env.NIGHTLY_BRANCH }}/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/core.json
SPT_VERSION=4.0.0
SPT_VERSION=4.0.1
CLIENT_VERSION=$(jq -r '.compatibleTarkovVersion' core.json)
echo "👽 CLIENT_VERSION = $CLIENT_VERSION"