Skip to content

Commit

Permalink
Merge pull request #385 from 1A3Dev/patch-1
Browse files Browse the repository at this point in the history
Removed trigger to inexistant function
  • Loading branch information
AvarianKnight authored Jan 26, 2023
2 parents f1cf929 + 7ffe411 commit 69eb67f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/module/phone.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ end)
RegisterNetEvent('pma-voice:clSetPlayerCall', function(_callChannel)
if GetConvarInt('voice_enableCalls', 1) ~= 1 then return end
callChannel = _callChannel
createCallThread()
end)

0 comments on commit 69eb67f

Please sign in to comment.