Skip to content

Commit

Permalink
Use COLOR_SPEC (dark goldenrod) instead of "NONE" role coolor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenrys authored May 22, 2024
1 parent 8a08e06 commit a89361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/client/cl_voice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ end
-- @realm client
function VOICE.GetVoiceColor(ply)
if VOICE.GetVoiceMode(ply) == VOICE_MODE_GLOBAL then
return NONE.color
return COLOR_SPEC
else
return TEAMS[ply:GetTeam()].color
end
Expand Down

0 comments on commit a89361d

Please sign in to comment.