Skip to content

Commit

Permalink
removed option for experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Xogy committed Jun 18, 2021
1 parent c6305a6 commit 577d058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 2 additions & 4 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ CreateThread(function()
if not changedPosition then
changedPosition = true
SendNUIMessage({ status = "position", x = -900000, y = -900000, z = -900000 })

if config.muteMusicTestFeature then
SendNUIMessage({ status = "muteAll" })
end
end

SendNUIMessage({ status = "muteAll" })
Wait(1000)
end
end
Expand Down
6 changes: 1 addition & 5 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@ config.Messages = {
-- True/False enabled/disabled
config.AddonList = {
crewPhone = false,
}

-- Can hear sometimes music even if you're not around?
-- Try enable this testing feature that might solve the problem.
config.muteMusicTestFeature = false
}

0 comments on commit 577d058

Please sign in to comment.