API: Reduced RAM cost for ns.getPurchasedServers (#1614)

This commit is contained in:
Nicole
2024-08-22 02:44:21 -05:00
committed by GitHub
parent 614bec1e13
commit 7f5c4e1fe0
4 changed files with 4 additions and 4 deletions

View File

@@ -7125,7 +7125,7 @@ export interface NS {
/**
* Returns an array with the hostnames of all of the servers you have purchased.
*
* @remarks 2.25 GB
* @remarks 1.05 GB
* @returns Returns an array with the hostnames of all of the servers you have purchased.
*/
getPurchasedServers(): string[];