1648: Fix mute typo r=def- a=12pm



Co-authored-by: 12pm <30786226+12pm@users.noreply.github.com>
This commit is contained in:
bors[bot] 2019-04-18 20:00:53 +00:00
commit f15dd6303e

View file

@ -435,7 +435,7 @@ bool CGameContext::TryMute(const NETADDR *pAddr, int Secs)
void CGameContext::Mute(const NETADDR *pAddr, int Secs, const char *pDisplayName)
{
if (!TryVoteMute(pAddr, Secs))
if (!TryMute(pAddr, Secs))
return;
if(!pDisplayName)