mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #1648
1648: Fix mute typo r=def- a=12pm Co-authored-by: 12pm <30786226+12pm@users.noreply.github.com>
This commit is contained in:
commit
f15dd6303e
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue