mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 04:47:03 +02:00
Fixed some bugs, began adding a Script class
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ function Server() {
|
||||
this.purchasedByPlayer = false;
|
||||
|
||||
//RAM, CPU speed and Scripts
|
||||
this.maxRam = 1; //GB
|
||||
this.maxRam = 1; //GB
|
||||
this.ramUsed = 0;
|
||||
this.cpuSpeed = 1; //MHz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user