Skip to content

Commit

Permalink
Merge pull request #216 from nerohiro/main
Browse files Browse the repository at this point in the history
fix(pma-voice): missed this in last PR
  • Loading branch information
AvarianKnight authored Nov 28, 2021
2 parents 08584fd + e61934a commit 5f3041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AddEventHandler('mumbleConnected', function(address, isReconnecting)
index = mode,
distance = voiceModeData[1],
mode = voiceModeData[2],
}, GetConvarInt('voice_syncData', 1) == 1)
}, true)

MumbleSetTalkerProximity(voiceModeData[1] + 0.0)
MumbleClearVoiceTarget(voiceTarget)
Expand Down

0 comments on commit 5f3041b

Please sign in to comment.