Skip to content

Commit

Permalink
fix: accessing undefined variable hidePlayers
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jan 19, 2024
1 parent de6f893 commit 74f89be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if ESX.GetConfig().Multichar then
end)

StartLoop = function()
hidePlayers = true
local hidePlayers = true
MumbleSetVolumeOverride(PlayerId(), 0.0)
CreateThread(function()
local keys = { 18, 27, 172, 173, 174, 175, 176, 177, 187, 188, 191, 201, 108, 109, 209, 19 }
Expand Down

0 comments on commit 74f89be

Please sign in to comment.