This commit is contained in:
parent
7b44c0e4cf
commit
63fd9599c9
|
|
@ -31,7 +31,6 @@ class GameJob extends Job {
|
|||
|
||||
{ type: "LUA_TNUMBER", value: id },
|
||||
{ type: "LUA_TNUMBER", value: 50001 },
|
||||
{ type: "LUA_TNUMBER", value: 0 },
|
||||
],
|
||||
},
|
||||
}).catch((e) => reject(e))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
local jobId, baseUrl, placeId, port = ...
|
||||
local jobId, type, baseUrl, placeId, port = ...
|
||||
|
||||
------------------- UTILITY FUNCTIONS --------------------------
|
||||
function waitForChild(parent, childName)
|
||||
|
|
|
|||
Loading…
Reference in New Issue