reverse removal of self-rainbow vars

This commit is contained in:
buyBread 2019-10-23 13:58:28 +03:00
parent 7656e61dfd
commit 4a143a22c9
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<AutoVariable width="fill" target="chams.recursive" label="Recursive"/>
<AutoVariable width="fill" target="chams.single-pass" label="Single pass"/>
<AutoVariable width="fill" target="chams.white-weapons" label="White Weapons"/>
<AutoVariable width="fill" target="chams.self-rainbow" label="Self Rainbow"/>
<LabeledObject width="fill" label="Solid when">
<Select target="glow.solid-when">
<Option name="Never" value="0"/>

View File

@ -4,6 +4,7 @@
<AutoVariable width="fill" target="glow.enable" label="Enable Glow"/>
<AutoVariable width="fill" target="glow.blur-scale" label="Blur Scale" min="1" max="20"/>
<AutoVariable width="fill" target="glow.health" label="Health"/>
<AutoVariable width="fill" target="glow.self-rainbow" label="Self Rainbow"/>
<LabeledObject width="fill" label="Solid when">
<Select target="glow.solid-when">
<Option name="Never" value="0"/>

View File

@ -27,6 +27,7 @@ static settings::Boolean weapons_white{ "chams.white-weapons", "true" };
static settings::Boolean legit{ "chams.legit", "false" };
static settings::Boolean singlepass{ "chams.single-pass", "false" };
static settings::Boolean chamsself{ "chams.self", "true" };
static settings::Boolean rainbow{ "chams.self-rainbow", "true" };
static settings::Boolean disco_chams{ "chams.disco", "false" };
settings::Boolean enable{ "chams.enable", "false" };