mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Debuged Command Parse for Roles
This commit is contained in:
@@ -104,7 +104,7 @@ function Roles.get_player_roles(player)
|
||||
end
|
||||
|
||||
function Roles.get_player_highest_role(player)
|
||||
local roles = Roles.get_player_roels(player)
|
||||
local roles = Roles.get_player_roles(player)
|
||||
if not roles then return end
|
||||
local highest
|
||||
for _,role in pairs(roles) do
|
||||
|
||||
Reference in New Issue
Block a user