Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
disabling enemy rainbow will no longer override ally color
  • Loading branch information
Provoxin committed Jan 6, 2022
1 parent 517051f commit 6cebfdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Provoxin.RGB/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Description": "Cycles pilot and titan lights through all hues",
"LoadPriority": 0,
"RequiredOnClient": false,
"Version": "1.1",
"Version": "1.2",

"Scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion Provoxin.RGB/mod/scripts/vscripts/rgb.nut
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void function rgb()
{
string col = GetConVarString("rgb_enemy_color");
if (col == "default") { col = "0.8 0.25 0.15 8"; }
SetConVarString("idcolor_ally", col)
SetConVarString("idcolor_enemy", col)
}
}
}

0 comments on commit 6cebfdc

Please sign in to comment.