mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-01 13:27:08 +02:00
fix bad import
This commit is contained in:
@@ -22,7 +22,7 @@ const difficulties: {
|
||||
Trivial: { timer: 13000, min: 6, max: 8 },
|
||||
Normal: { timer: 7000, min: 7, max: 8 },
|
||||
Hard: { timer: 5000, min: 8, max: 9 },
|
||||
Impossible: { timer: 3000, min: 9, max: 9 },
|
||||
Impossible: { timer: 3000, min: 9, max: 10 },
|
||||
};
|
||||
|
||||
export function CheatCodeGame(props: IMinigameProps): React.ReactElement {
|
||||
|
||||
Reference in New Issue
Block a user