mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 06:32:26 +01:00
remove extra function signature for ns.kill()
This commit is contained in:
parent
e3e1770439
commit
8707dc7079
1
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
1
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user