remove extra function signature for ns.kill()

This commit is contained in:
TheMas3212
2021-12-31 23:33:23 +11:00
parent e3e1770439
commit 8707dc7079

View File

@ -4682,7 +4682,6 @@ export interface NS extends Singularity {
*/
kill(script: number): boolean;
kill(script: string, host: string, ...args: string[]): boolean;
kill(script: string | number, host: string, ...args: string[]): boolean;
/**
* Terminate all scripts on a server.