ga fix
This commit is contained in:
@@ -57,7 +57,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
|
||||
string rank = string.Empty;
|
||||
|
||||
if(f.Name == "Ballas" || f.Name == "Grove")
|
||||
if(f?.Name == "Ballas" || f?.Name == "Grove")
|
||||
{
|
||||
rank = player.GetUser().GetFactionRank().RankName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user