mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 07:48:37 +02:00
add purchasedPlayer to RFA server data (#1103)
This commit is contained in:
@@ -40,7 +40,7 @@ export interface FileServer {
|
||||
server: string;
|
||||
}
|
||||
|
||||
export type RFAServerData = Pick<BaseServer, "hostname" | "hasAdminRights">;
|
||||
export type RFAServerData = Pick<BaseServer, "hostname" | "hasAdminRights" | "purchasedByPlayer">;
|
||||
|
||||
export function isFileData(p: unknown): p is FileData {
|
||||
const pf = p as FileData;
|
||||
|
||||
Reference in New Issue
Block a user