End RCC when the job is done
This commit is contained in:
parent
ce289be439
commit
7562c75edf
|
|
@ -38,7 +38,9 @@ class GameJob extends Job {
|
|||
{ type: "LUA_TNUMBER", value: server_owner_id },
|
||||
],
|
||||
},
|
||||
}).catch((e) => reject(e))
|
||||
})
|
||||
.then(() => this.Stop())
|
||||
.catch((e) => reject(e))
|
||||
|
||||
resolve()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue