mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -68,9 +68,8 @@ export function FileDiagnosticPopup(): React.ReactElement {
|
||||
return (
|
||||
<>
|
||||
<p>
|
||||
Welcome to the file diagnostic! If your save file is really big it's
|
||||
likely because you have too many text/scripts. This tool can help you
|
||||
narrow down where they are.
|
||||
Welcome to the file diagnostic! If your save file is really big it's likely because you have too many
|
||||
text/scripts. This tool can help you narrow down where they are.
|
||||
</p>
|
||||
{ips.map((ip: string) => (
|
||||
<ServerAccordion key={ip} ip={ip} />
|
||||
|
||||
Reference in New Issue
Block a user