Woops wrong var

This commit is contained in:
Vortrex
2021-04-19 18:53:52 -05:00
parent cf06462d7b
commit 6856458984

View File

@@ -1284,7 +1284,7 @@ function getClosestPlayer(position, exemptClient) {
// ===========================================================================
function isPlayerMuted(client) {
return getPlayerData(targetClient).muted;
return getPlayerData(client).muted;
}
// ===========================================================================