Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix mic clicks toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
FrazzIe committed Mar 25, 2020
1 parent 7ff79ab commit fe8ce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp-radio/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ Citizen.CreateThread(function()

SendNUIMessage({ sound = "audio_off", volume = 0.5})

exports["mumble-voip"]:SetMumbleProperty("radioClicks", Radio.Clicks)
exports["mumble-voip"]:SetMumbleProperty("micClicks", Radio.Clicks)
end
end
else
Expand Down

0 comments on commit fe8ce66

Please sign in to comment.