GameJobs JobId should be their PlaceId
This commit is contained in:
parent
fbd6c7a3f7
commit
87ecc1faba
|
|
@ -17,6 +17,7 @@ class GameJob extends Job {
|
||||||
|
|
||||||
this.serverToken = server_token
|
this.serverToken = server_token
|
||||||
this.placeId = id
|
this.placeId = id
|
||||||
|
this.id = id
|
||||||
|
|
||||||
const started = await this.Start()
|
const started = await this.Start()
|
||||||
if (!started) throw new Error("RCCService failed to start")
|
if (!started) throw new Error("RCCService failed to start")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue