This commit is contained in:
I-Have-An-Issue 2023-02-21 17:43:10 -05:00
parent 4793dcac66
commit bce1dfcf90
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 0 deletions

View File

@ -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()