mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
Fixed syntactical bugs/typos
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ var Engine = {
|
||||
'Defense: ' + Player.defense + '<br><br>' +
|
||||
'Dexterity: ' + Player.dexterity + '<br><br>' +
|
||||
'Agility: ' + Player.agility + '<br><br>' +
|
||||
'Servers owned: ' + Player.purchasedServers.length + <br><br>';
|
||||
'Servers owned: ' + Player.purchasedServers.length + '<br><br>';
|
||||
},
|
||||
|
||||
/* Main Event Loop */
|
||||
|
||||
Reference in New Issue
Block a user