mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 06:37:49 +02:00
Added a few more commands to Terminal (not the implementation). Began defining some of the foreign servers that will exist
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ var Player = {
|
||||
|
||||
//Starting (home) computer
|
||||
homeComputer = new Server();
|
||||
startingServer.init("19.42.93.219", "home.pc", true, true, true, true, 2);
|
||||
startingServer.init("19.42.93.219", "home", "Home PC", true, true, true, true, 2);
|
||||
|
||||
//Servers
|
||||
currentServer = homeComputer, //Server currently being accessed through terminal
|
||||
|
||||
Reference in New Issue
Block a user