mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
Added unalias command. Updated to v0.22.0
This commit is contained in:
@@ -357,7 +357,6 @@ var Engine = {
|
||||
aElem.setAttribute("class", "a-link-button");
|
||||
aElem.innerHTML = factionName;
|
||||
aElem.addEventListener("click", function() {
|
||||
console.log("factionName:" + factionName)
|
||||
Engine.loadFactionContent();
|
||||
displayFactionContent(factionName);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user