mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
Bug fixes
This commit is contained in:
@@ -438,6 +438,10 @@ var Engine = {
|
||||
displayAugmentationsContent: function() {
|
||||
var augmentationsList = document.getElementById("augmentations-list");
|
||||
|
||||
while (augmentationsList.firstChild) {
|
||||
augmentationsList.removeChild(augmentationsList.firstChild);
|
||||
}
|
||||
|
||||
for (var i = 0; i < Player.augmentations.length; ++i) {
|
||||
var augName = Player.augmentations[i];
|
||||
var aug = Augmentations[augName];
|
||||
|
||||
Reference in New Issue
Block a user