mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Fix check for player gang access
This commit is contained in:
parent
1147df8c75
commit
dd0ff1b614
@ -302,7 +302,7 @@ function StanekMults({ mults }: IMultsProps): React.ReactElement {
|
||||
|
||||
function GangMults({ mults }: IMultsProps): React.ReactElement {
|
||||
const player = use.Player();
|
||||
if (!player.canAccessGang()) return <></>;
|
||||
if (player.bitNodeN !== 2 && player.sourceFileLvl(2) <= 0) return <></>;
|
||||
|
||||
const rows: IBNMultRows = {
|
||||
GangSoftcap: {
|
||||
|
Loading…
Reference in New Issue
Block a user