revert dat

This commit is contained in:
I-Have-An-Issue 2023-01-23 16:54:23 -05:00
parent 7562c75edf
commit 1659d0b5d1
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 3 deletions

View File

@ -38,9 +38,7 @@ class GameJob extends Job {
{ type: "LUA_TNUMBER", value: server_owner_id },
],
},
})
.then(() => this.Stop())
.catch((e) => reject(e))
}).catch((e) => reject(e))
resolve()
})