Skip to content

Commit

Permalink
fix: set min range to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Jan 9, 2025
1 parent 193fe96 commit d5fb311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RollTheDice+DicePlayerGlow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private Dictionary<string, string> DicePlayerGlow(CCSPlayerController player, CC
modelGlow.Glow.GlowRange = 5000;
modelGlow.Glow.GlowTeam = -1;
modelGlow.Glow.GlowType = 3;
modelGlow.Glow.GlowRangeMin = 3;
modelGlow.Glow.GlowRangeMin = 10;

_playersThatAreGlowing.Add(player, (modelRelay.Index, modelGlow.Index));
}
Expand Down

0 comments on commit d5fb311

Please sign in to comment.