diff --git a/src/ui/React/GameOptionsRoot.tsx b/src/ui/React/GameOptionsRoot.tsx index e1ce714a6..cff5167e0 100644 --- a/src/ui/React/GameOptionsRoot.tsx +++ b/src/ui/React/GameOptionsRoot.tsx @@ -205,103 +205,97 @@ export function GameOptionsRoot(props: IProps): React.ReactElement { - - The minimum number of milliseconds it takes to execute an operation in Netscript. Setting this too - low can result in poor performance if you have many scripts running. - - } - > - .script exec time (ms) - - - - - - The maximum number of lines a script's logs can hold. Setting this too high can cause the game to - use a lot of memory if you have many scripts running. - - } - > - Netscript log size - - - - - - The maximum number of entries that can be written to a port using Netscript's write() function. - Setting this too high can cause the game to use a lot of memory. - - } - > - Netscript port size - - - - - - The maximum number of entries that can be written to the terminal. Setting this too high can cause - the game to use a lot of memory. - - } - > - Terminal capacity - - - - - The time (in seconds) between each autosave. Set to 0 to disable autosave. - } - > - Autosave interval (s) - - + + + The minimum number of milliseconds it takes to execute an operation in Netscript. Setting this too + low can result in poor performance if you have many scripts running. + + } + > + .script exec time (ms) + + + + The maximum number of lines a script's logs can hold. Setting this too high can cause the game to + use a lot of memory if you have many scripts running. + + } + > + Netscript log size + + + + The maximum number of entries that can be written to a port using Netscript's write() function. + Setting this too high can cause the game to use a lot of memory. + + } + > + Netscript port size + + + + The maximum number of entries that can be written to the terminal. Setting this too high can cause + the game to use a lot of memory. + + } + > + Terminal capacity + + + The time (in seconds) between each autosave. Set to 0 to disable autosave. + } + > + Autosave interval (s) + + +