diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index 52fa7f6b..71039fd7 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -86,7 +86,7 @@ namespace ReallifeGamemode.Server.Commands if (f?.GangOwned == true) { - factionName = user.Faction.Name; + factionName = user.Faction.Name + " – " + user.FactionRank.RankName; } else { @@ -166,7 +166,7 @@ namespace ReallifeGamemode.Server.Commands if (f?.StateOwned ?? false) { - factionName = user.Faction.Name; + factionName = user.Faction.Name + " – " + user.FactionRank.RankName; } else {