This commit is contained in:
hydrant
2021-04-05 00:06:52 +02:00
parent 70c25598ff
commit 7b130c6e15

View File

@@ -57,7 +57,7 @@ namespace ReallifeGamemode.Server.Commands
string rank = string.Empty; string rank = string.Empty;
if(f.Name == "Ballas" || f.Name == "Grove") if(f?.Name == "Ballas" || f?.Name == "Grove")
{ {
rank = player.GetUser().GetFactionRank().RankName; rank = player.GetUser().GetFactionRank().RankName;
} }