Woops wrong var
This commit is contained in:
@@ -1284,7 +1284,7 @@ function getClosestPlayer(position, exemptClient) {
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function isPlayerMuted(client) {
|
function isPlayerMuted(client) {
|
||||||
return getPlayerData(targetClient).muted;
|
return getPlayerData(client).muted;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user