tweak(server/exports): Remove unnecessary code

This commit is contained in:
BerkieBb
2022-02-23 11:17:16 +01:00
committed by GitHub
parent 7901a991cb
commit 1412d02db1
+1 -1
View File
@@ -146,7 +146,7 @@ exports('AddGangs', AddGangs)
local function GetCoreVersion(InvokingResource)
local resourceVersion = GetResourceMetadata(GetCurrentResourceName(), 'version')
if InvokingResource and InvokingResource ~= '' then
print(("%s called qbcore version check: %s"):format(InvokingResource or 'Unknown Resource', resourceVersion))
print(("%s called qbcore version check: %s"):format(InvokingResource, resourceVersion))
end
return resourceVersion
end