Update spt path in server

This commit is contained in:
Tyfon
2024-06-01 13:38:24 -07:00
parent b37d7b1e9d
commit 6149d310a7

View File

@@ -38,7 +38,7 @@ import ignore from "ignore";
import archiver from "archiver";
import winston from "winston";
const sptPath = "/SPT/3.8.1-debug";
const sptPath = "/SPT/3.8.3-debug";
// Get the command line arguments to determine whether to use verbose logging.
const args = process.argv.slice(2);