From 0ea5725b86b81e63d5357b836874bf57178c991d Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Tue, 20 Dec 2022 08:22:14 +1100 Subject: [PATCH] refactor(imports/getCore): add removal notice Was deprecated ~3 months ago, will be removed in the next large update. --- imports/getCore/shared.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/getCore/shared.lua b/imports/getCore/shared.lua index bf7a21b..955200b 100644 --- a/imports/getCore/shared.lua +++ b/imports/getCore/shared.lua @@ -12,6 +12,7 @@ local Core = { ---@deprecated function lib.getCore() + print('^3lib.getCore will be removed in a future update (v3.0.0).^0') local result Citizen.CreateThreadNow(function()