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:
Daniel Xie
2016-10-18 16:37:53 -05:00
parent a1fd46232e
commit 47e19f5862
3 changed files with 58 additions and 18 deletions
+1 -1
View File
@@ -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