diff --git a/src/game/server/ddracecommands.cpp b/src/game/server/ddracecommands.cpp index 70bd57c60..04705ed2f 100644 --- a/src/game/server/ddracecommands.cpp +++ b/src/game/server/ddracecommands.cpp @@ -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)