Add category for laserpointer and reload settings (#5879)

This commit is contained in:
Dystopian 2017-12-10 23:57:17 +03:00 committed by PabstMirror
parent a28a06a082
commit d234fd33a0
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
class ACE_Settings {
class GVAR(enabled) {
category = ECSTRING(common,ACEKeybindCategoryWeapons);
displayName = CSTRING(DisplayName);
typeName = "BOOL";
value = 1;

View File

@ -1,5 +1,6 @@
class ACE_Settings {
class GVAR(displayText) {
category = ECSTRING(common,ACEKeybindCategoryWeapons);
typeName = "BOOL";
isClientSettable = 1;
value = 1;