diff --git a/src/lib/classes/GameJob.js b/src/lib/classes/GameJob.js index a3d402a..54bc51e 100644 --- a/src/lib/classes/GameJob.js +++ b/src/lib/classes/GameJob.js @@ -17,6 +17,7 @@ class GameJob extends Job { this.serverToken = server_token this.placeId = id + this.id = id const started = await this.Start() if (!started) throw new Error("RCCService failed to start")