Skip to content

Commit

Permalink
Default wk_wars integration off, fixed issue with beep
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSzymkowicz committed Jun 16, 2022
1 parent eb33293 commit e5c8564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ if Config.UseWolfknightRadar == true then
local src = source
local Player = QBCore.Functions.GetPlayer(src)
local bolo = GetBoloStatus(plate)
print(cam, plate, index)
if bolo == true then
TriggerClientEvent("wk:togglePlateLock", Player.PlayerData.source, cam, beep, bolo)
TriggerClientEvent("wk:togglePlateLock", src, cam, true, bolo)
end
end)
end
Expand Down
2 changes: 1 addition & 1 deletion shared/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Config.RosterLink = {
}


Config.UseWolfknightRadar = true
Config.UseWolfknightRadar = false
--[[
Adds support for Wraith ARS 2X by WolfKnight98 (wk_wars2x)
https://github.com/WolfKnight98/wk_wars2x
Expand Down

0 comments on commit e5c8564

Please sign in to comment.