Skip to content

Commit

Permalink
tweak(radio): change event to from toggleUndercover to `toggleRadio…
Browse files Browse the repository at this point in the history
…Anim`
  • Loading branch information
AvarianKnight authored May 1, 2022
1 parent 5b77d93 commit cb3a771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/module/radio.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ end)
--- toggles whether the client should play radio anim or not, if the animation should be played or notvaliddance
exports('toggleRadioAnim', function()
disableRadioAnim = not disableRadioAnim
TriggerEvent('pma-voice:toggleUndercover', disableRadioAnim)
TriggerEvent('pma-voice:toggleRadioAnim', disableRadioAnim)
end)

-- exports disableRadioAnim
Expand Down

0 comments on commit cb3a771

Please sign in to comment.