Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
Revolving_DCON committed Apr 20, 2021
2 parents 0c538fe + ce115d8 commit e1c06cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Equip the cuffs item with `/cuffs <player>` (requires `rustycuffs.admin` to be s
## Permissions
* `rustycuffs.admin` - Allows the use of chat commands
* `rustycuffs.use` - Allows players to use rusty cuffs
* `rustycuffs.unlimited` - Allows infinte usage of a single cuffs item
* `rustycuffs.unlimited` - Allows infinite usage of a single cuffs item
* `rustycuffs.escort` - Allows player to escort a target
* `rustycuffs.viewinventory` - Allows player to view the inventory of a target
* `rustycuffs.execute` - Allows player to kill the target from the select menu
Expand Down Expand Up @@ -111,7 +111,7 @@ Can player restrain the target
private object CanCuffsPlayerRestrain(BasePlayer target, BasePlayer player){
Puts("CanCuffsPlayerRestrain works!");

return null;
return null;
}
```

Expand Down

0 comments on commit e1c06cc

Please sign in to comment.