mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
many fixes
This commit is contained in:
@@ -12,7 +12,7 @@ import { IPlayer } from "../../PersonObjects/IPlayer";
|
||||
import ButtonGroup from "@mui/material/ButtonGroup";
|
||||
|
||||
// Update as additional BitNodes get implemented
|
||||
const validSFN = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
|
||||
const validSFN = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13];
|
||||
|
||||
interface IProps {
|
||||
player: IPlayer;
|
||||
|
||||
Reference in New Issue
Block a user