2026-04-14 17:41:39 +02:00

10 lines
270 B
Lua

if not lib.checkDependency('qbx_core', '1.18.0', true) then return end
local QBX = exports.qbx_core
local utils = require 'client.utils'
---@diagnostic disable-next-line: duplicate-set-field
function utils.hasPlayerGotGroup(filter)
return QBX:HasGroup(filter)
end