mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-08-13 00:45:11 +09:00
Final manual fixups
This commit is contained in:
@@ -376,8 +376,7 @@ function Roles.get_player_highest_role(player)
|
||||
end
|
||||
end
|
||||
|
||||
local value = assert(highest, "Player has no roles")
|
||||
return value
|
||||
return (assert(highest, "Player has no roles"))
|
||||
end
|
||||
|
||||
--- Assignment.
|
||||
|
||||
Reference in New Issue
Block a user