GameJobs JobId should be their PlaceId

This commit is contained in:
I-Have-An-Issue 2023-03-03 21:56:12 -05:00
parent fbd6c7a3f7
commit 87ecc1faba
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 0 deletions

View File

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