mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +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 hasRecords = opponentList.find((opponent) => getPlayerStats(opponent).wins + getPlayerStats(opponent).losses);
|
||||||
const isInBn14 = Player.bitNodeN === 14;
|
const isInBn14 = Player.bitNodeN === 14;
|
||||||
|
|
||||||
// TODO: remove this once testing is completed
|
return !!(playedGame || hasRecords || isInBn14);
|
||||||
const isInTesting = true;
|
|
||||||
|
|
||||||
return !!(playedGame || hasRecords || isInBn14 || isInTesting);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getEffectPowerForFaction(opponent: opponents) {
|
function getEffectPowerForFaction(opponent: opponents) {
|
||||||
|
Loading…
Reference in New Issue
Block a user