Display the administrator's title in ahelp and ahelp relay (#30075)
* Adding the admin prefix to the ahelp * Updating the admin prefix * The second update of the admin prefix * Configuration correction
This commit is contained in:
@@ -458,7 +458,7 @@ namespace Content.Server.Administration.Managers
|
||||
Flags = flags
|
||||
};
|
||||
|
||||
if (dbData.Title != null)
|
||||
if (dbData.Title != null && _cfg.GetCVar(CCVars.AdminUseCustomNamesAdminRank))
|
||||
{
|
||||
data.Title = dbData.Title;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user