mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
saving timebomb
This commit is contained in:
@@ -24,7 +24,6 @@ export function getCurrentServer(this: IPlayer): BaseServer {
|
||||
|
||||
export function getHomeComputer(this: IPlayer): Server {
|
||||
const home = GetServer("home");
|
||||
console.log(home);
|
||||
if (home instanceof Server) return home;
|
||||
throw new Error("home computer was not a normal server");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user