Skip to content

Commit

Permalink
Merge pull request #3 from karl-police/patch-1
Browse files Browse the repository at this point in the history
Update sv_kernel.lua
  • Loading branch information
karl-police authored Aug 3, 2019
2 parents 1a9d7c5 + 14af5e6 commit fca82b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4445,7 +4445,7 @@ function Clockwork:ChatBoxAdjustInfo(info)
info.text = string.upper(string.sub(info.text, 1, 1))..string.sub(info.text, 2);

local voiceGroups = Clockwork.voices:GetAll();
local voices;
local voices = {};

for k, v in pairs(voiceGroups) do
if (v.IsPlayerMember(info.speaker)) then
Expand Down

0 comments on commit fca82b8

Please # to comment.