Skip to content

Commit

Permalink
Merge pull request #11 from tom-osborne/v2
Browse files Browse the repository at this point in the history
Updates for qbox core changes
  • Loading branch information
TheiLLeniumStudios authored Sep 28, 2023
2 parents eb6bff2 + ede0764 commit 5e3b0b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .luacheckrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,15 @@ stds.esx = {

stds.qbox = {
read_globals = {
"QBCore"
"QBCore",
"QBX"
}
}

stds.qbox_playerdata = {
read_globals = {
"QBCore",
"QBX",
"PlayerData",
"OnPlayerData"
}
Expand Down

0 comments on commit 5e3b0b4

Please sign in to comment.