FIX: Fail to start game

This commit is contained in:
2025-11-05 23:33:34 +07:00
parent 52134c2200
commit e08b265ae8
4 changed files with 26 additions and 23 deletions

View File

@@ -80,7 +80,7 @@ export function RemoveFile(path) {
/**
* @param {string} path
* @returns {$CancellablePromise<boolean>}
* @returns {$CancellablePromise<[boolean, string]>}
*/
export function StartApp(path) {
return $Call.ByID(1267568402, path);
@@ -88,7 +88,7 @@ export function StartApp(path) {
/**
* @param {string} path
* @returns {$CancellablePromise<boolean>}
* @returns {$CancellablePromise<[boolean, string]>}
*/
export function StartWithConsole(path) {
return $Call.ByID(3249271428, path);