change /d + /ga prefix

This commit is contained in:
Luke
2021-05-02 17:12:06 +00:00
parent 36d067bc0f
commit 60059f45d4

View File

@@ -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
{