mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
[IPvGO] Remove testing flag (#1016)
This commit is contained in:
parent
84c4dba1e2
commit
ca374076b8
@ -107,10 +107,7 @@ export function playerHasDiscoveredGo() {
|
||||
const hasRecords = opponentList.find((opponent) => getPlayerStats(opponent).wins + getPlayerStats(opponent).losses);
|
||||
const isInBn14 = Player.bitNodeN === 14;
|
||||
|
||||
// TODO: remove this once testing is completed
|
||||
const isInTesting = true;
|
||||
|
||||
return !!(playedGame || hasRecords || isInBn14 || isInTesting);
|
||||
return !!(playedGame || hasRecords || isInBn14);
|
||||
}
|
||||
|
||||
function getEffectPowerForFaction(opponent: opponents) {
|
||||
|
Loading…
Reference in New Issue
Block a user