Implemented df and cls/clear commands

This commit is contained in:
Daniel Xie
2016-10-20 16:11:01 -05:00
parent ce0ca6c24d
commit 4057f946d8
4 changed files with 18 additions and 7 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ var Player = {
init: function() {
homeComputer.init("19.42.93.219", "home", "Home PC", true, true, true, true, 1);
currentServer = Player.homeComputer;
Player.homeComputer.init("19.42.93.219", "home", "Home PC", true, true, true, true, 1);
Player.currentServer = Player.homeComputer;
}
};