Fix voice volume error spam

This commit is contained in:
Redox 2023-04-30 01:30:16 +02:00
parent 8dd6cb197b
commit 059e09ae7b
No known key found for this signature in database
GPG Key ID: C10A433A95068388

View File

@ -534,6 +534,7 @@ end
PART.Inputs.voice_volume = function(self)
local ply = self:GetPlayerOwner()
if not IsValid(ply) then return 0 end
return ply:VoiceVolume()
end