saving timebomb

This commit is contained in:
Olivier Gagnon
2021-11-11 20:42:19 -05:00
57 changed files with 338 additions and 345 deletions
@@ -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");
}