From 844203a6ced213d98902fa8c3736ee8552f28f79 Mon Sep 17 00:00:00 2001 From: Kalle Date: Wed, 8 Jan 2025 20:12:07 +0100 Subject: [PATCH] fix: do not show player his glow --- src/RollTheDice+DicePlayerGlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RollTheDice+DicePlayerGlow.cs b/src/RollTheDice+DicePlayerGlow.cs index f4de4fa..4236bb5 100644 --- a/src/RollTheDice+DicePlayerGlow.cs +++ b/src/RollTheDice+DicePlayerGlow.cs @@ -35,7 +35,7 @@ private Dictionary DicePlayerGlow(CCSPlayerController player, CC modelGlow.Glow.GlowRange = 5000; modelGlow.Glow.GlowTeam = -1; modelGlow.Glow.GlowType = 3; - modelGlow.Glow.GlowRangeMin = 1; + modelGlow.Glow.GlowRangeMin = 3; _playersThatAreGlowing.Add(player, (modelRelay.Index, modelGlow.Index)); }