Skip to content

Commit

Permalink
chore(luachecktemplate): move source to shared
Browse files Browse the repository at this point in the history
This is actually available on both client and server instead of only server
  • Loading branch information
BerkieBb committed Sep 7, 2024
1 parent 9da4c4c commit 3250147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .luacheckrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ stds.cfx = {
"quat",
"qua",
"joaat",
"source",
%%SHARED_GLOBALS%%
}
}

stds.cfx_sv = {
globals = { "GlobalState" },
read_globals = {
"source",
"TriggerClientEvent",
"TriggerLatentClientEvent",
"RegisterServerEvent",
Expand Down

0 comments on commit 3250147

Please sign in to comment.