mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
FIX: "curent" typos
This commit is contained in:
parent
9ddb1c4379
commit
ce8378e4db
4
dist/bitburner.d.ts
vendored
4
dist/bitburner.d.ts
vendored
@ -3748,7 +3748,7 @@ export declare interface NS extends Singularity {
|
|||||||
* @remarks
|
* @remarks
|
||||||
* RAM cost: 0.3 GB
|
* RAM cost: 0.3 GB
|
||||||
*
|
*
|
||||||
* Running with no args returns curent script.
|
* Running with no args returns current script.
|
||||||
* If you use a PID as the first parameter, the hostname and args parameters are unnecessary.
|
* If you use a PID as the first parameter, the hostname and args parameters are unnecessary.
|
||||||
*
|
*
|
||||||
* @param filename - Optional. Filename or PID of the script.
|
* @param filename - Optional. Filename or PID of the script.
|
||||||
@ -4807,7 +4807,7 @@ export declare interface Server {
|
|||||||
/** IP Address. Must be unique */
|
/** IP Address. Must be unique */
|
||||||
ip: string;
|
ip: string;
|
||||||
|
|
||||||
/** Flag indicating whether player is curently connected to this server */
|
/** Flag indicating whether player is currently connected to this server */
|
||||||
isConnectedTo: boolean;
|
isConnectedTo: boolean;
|
||||||
|
|
||||||
/** RAM (GB) available on this server */
|
/** RAM (GB) available on this server */
|
||||||
|
Loading…
Reference in New Issue
Block a user