Skip to content

Commit 63cdbb8

Browse files
authored
Update kernel.hardline Security Level (#569)
Wiki indicated the Security Level of kernel.hardline was LOWSEC, while in fact it is MIDSEC.
1 parent 4b1332f commit 63cdbb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/scripting/trust_scripts/kernel.hardline.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Engages hardline mode"
77

88
### Security Level
99

10-
LOWSEC
10+
MIDSEC
1111

1212
## Syntax
1313

@@ -24,7 +24,7 @@ kernel.hardline
2424
:::
2525

2626
```
27-
#ls.kernel.hardline({ activate: true })
27+
#ms.kernel.hardline({ activate: true })
2828
```
2929

3030
### Parameters
@@ -59,6 +59,6 @@ In a script named `bot_brain`:
5959
```js
6060
function(context, args)
6161
{
62-
return #ls.kernel.hardline({ activate: true })
62+
return #ms.kernel.hardline({ activate: true })
6363
}
6464
```

0 commit comments

Comments
 (0)