-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: (bpt_addonaccount) Undefined global
MySQL
.
In this PR the license year of the resource has been updated, also the issue of: "Undefined global `MySQL`" has been corrected, in the development environment while visual studio code was being used, the fxmanifest file has also been updated to version 1.0.3.
- Loading branch information
1 parent
3880b76
commit 6261dcf
Showing
5 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
server-data/resources/[bpt_addons]/bpt_addonaccount/server/classes/addonaccount.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
---@diagnostic disable: undefined-global | ||
|
||
function CreateAddonAccount(name, owner, money) | ||
local self = {} | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
server-data/resources/[bpt_addons]/bpt_addonaccount/server/main.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters