DOCUMENTATION: Clarify server's minimum security level (#1337)

This commit is contained in:
catloversg
2024-06-03 10:14:18 +07:00
committed by GitHub
parent 1f08724fea
commit 2f7950b49c

View File

@@ -75,7 +75,7 @@ Calling the `grow` function in a script will also increase security level of the
These actions will make it harder for you to hack the [server](servers.md), and decrease the amount of money you can steal.
You can lower a [server](servers.md)'s security level in a script using the `weaken` function.
This means that a [server](servers.md)'s security level will not fall below this value if you are trying to `weaken` it.
Each server has a minimum security level. The [server](servers.md)'s security level will not fall below this value if you try to `weaken` it. You can get this value with the `getServerMinSecurityLevel` function.
## Backdoors