diff --git a/index.d.ts b/index.d.ts index 8a29a75..3e9b498 100644 --- a/index.d.ts +++ b/index.d.ts @@ -211,7 +211,7 @@ declare module "minecraft-launcher-core" { protected createGameDirectory(): void; protected async extractPackage(): void; protected async getModifyJson(): any; - protected startMinecraft(launchArguments: string[]): Promise; + protected startMinecraft(launchArguments: string[]): ChildProcessWithoutNullStreams; } export const Authenticator: IAuthenticator;