diff --git a/src/lib/classes/GameJob.js b/src/lib/classes/GameJob.js index 8800e4b..9ab12c5 100644 --- a/src/lib/classes/GameJob.js +++ b/src/lib/classes/GameJob.js @@ -14,6 +14,7 @@ class GameJob extends Job { this.placeId = id this.port = port + const started = await this.Start() if (!started) throw new Error("RCCService failed to start") if (!this.client) await this.CreateClient()