rename 'show-content-access' to 'allow-content-access'
This commit is contained in:
parent
ae6a323ff3
commit
cfa5365b95
@ -63,7 +63,7 @@ rules.reset(name: str)
|
||||
| Имя | Описание | По-умолчанию |
|
||||
| -------------------- | --------------------------------------------------------------- | ------------ |
|
||||
| cheat-commands | Разрешить команды, имена которых есть в массиве console.chears. | true |
|
||||
| show-content-access | Разрешить панель доступа к контенту. | true |
|
||||
| allow-content-access | Разрешить панель доступа к контенту. | true |
|
||||
| allow-flight | Разрешить полёт | true |
|
||||
| allow-noclip | Разрешить включение noclip. | true |
|
||||
| allow-attack | Разрешить атаковать сущности. | true |
|
||||
|
||||
@ -244,7 +244,7 @@ function _rules.clear()
|
||||
end
|
||||
|
||||
function __vc_create_hud_rules()
|
||||
_rules.create("show-content-access", hud._is_content_access(), function(value)
|
||||
_rules.create("allow-content-access", hud._is_content_access(), function(value)
|
||||
hud._set_content_access(value)
|
||||
input.set_enabled("player.pick", value)
|
||||
end)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user