Skip to content

Commit

Permalink
fix(client/radio): Set radioChannel to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
antond15 committed Apr 30, 2022
1 parent 8988515 commit 9072086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/module/radio.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ end
RegisterNetEvent('pma-voice:removePlayerFromRadio', function(plySource, updateUi)
removePlayerFromRadio(plySource)
if updateUi and plySource == playerServerId then
radioChannel = 0
sendUIMessage({
radioChannel = 0,
radioEnabled = radioEnabled
Expand Down

0 comments on commit 9072086

Please sign in to comment.