Skip to content

Commit 438e90f

Browse files
authored
Update README.md
1 parent 2050c77 commit 438e90f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For more examples look here: [Examples](https://github.com/HerrMagiic/CSS-Create
5050
"say hello"
5151
],
5252
"Permission": {
53-
"ReguiresAllPermissions": false,
53+
"RequiresAllPermissions": false,
5454
"PermissionList": [
5555
"@css/cvar",
5656
"@custom/permission",
@@ -104,7 +104,7 @@ An array of server commands to be executed when the command is triggered. Useful
104104

105105
Defines if the command requires specific permissions to execute:
106106

107-
- **ReguiresAllPermissions**
107+
- **RequiresAllPermissions**
108108
- Set to true = The player needs all permissions in PermissionsList
109109
- Set to false = The player only needs one of the permissions in PermissionsList
110110
- **PermissionList**: A list of permission flags or groups required to execute the command. [More Explenation](https://docs.cssharp.dev/docs/admin-framework/defining-admins.html)

0 commit comments

Comments
 (0)