diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index 724fc33e..a41601a1 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -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; }