script
This commit is contained in:
parent
1bc07371da
commit
ebce3c82c6
|
|
@ -30,7 +30,7 @@ game:HttpPost(
|
||||||
baseUrl
|
baseUrl
|
||||||
.. "/api/render/update?apiKey="
|
.. "/api/render/update?apiKey="
|
||||||
.. thumbnailKey
|
.. thumbnailKey
|
||||||
.. "&RenderJobID="
|
.. "&taskID="
|
||||||
.. game.JobId,
|
.. game.JobId,
|
||||||
'{"Status": 1}',
|
'{"Status": 1}',
|
||||||
true,
|
true,
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ game:HttpPost(
|
||||||
baseUrl
|
baseUrl
|
||||||
.. "/api/render/update?apiKey="
|
.. "/api/render/update?apiKey="
|
||||||
.. thumbnailKey
|
.. thumbnailKey
|
||||||
.. "&RenderJobID="
|
.. "&taskID="
|
||||||
.. game.JobId,
|
.. game.JobId,
|
||||||
'{"Status": 1}',
|
'{"Status": 1}',
|
||||||
true,
|
true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue