mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
Fix voice volume error spam
This commit is contained in:
parent
8dd6cb197b
commit
059e09ae7b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user