mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
Implemented df and cls/clear commands
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user