refactor(imports/getCore): add removal notice

Was deprecated ~3 months ago, will be removed in the next large update.
This commit is contained in:
Linden
2022-12-20 08:22:14 +11:00
parent cfb3e4c7d9
commit 0ea5725b86

View File

@@ -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()