From bce1dfcf90adf02759061ab32491f35abf1c6e83 Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:43:10 -0500 Subject: [PATCH] ??/ --- src/lib/classes/GameJob.js | 1 + 1 file changed, 1 insertion(+) 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()