From 3250147098aeeccfd84da41f04156dd791595023 Mon Sep 17 00:00:00 2001 From: BerkieBb <82737367+BerkieBb@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:03:24 +0200 Subject: [PATCH] chore(luachecktemplate): move source to shared This is actually available on both client and server instead of only server --- .luacheckrc.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc.template b/.luacheckrc.template index e7e6839..aa277ad 100644 --- a/.luacheckrc.template +++ b/.luacheckrc.template @@ -83,6 +83,7 @@ stds.cfx = { "quat", "qua", "joaat", + "source", %%SHARED_GLOBALS%% } } @@ -90,7 +91,6 @@ stds.cfx = { stds.cfx_sv = { globals = { "GlobalState" }, read_globals = { - "source", "TriggerClientEvent", "TriggerLatentClientEvent", "RegisterServerEvent",