d chat for admins fix when zivi
This commit is contained in:
@@ -109,9 +109,9 @@ namespace ReallifeGamemode.Server.Commands
|
||||
|
||||
string factionName = string.Empty;
|
||||
|
||||
if(f.StateOwned)
|
||||
if(f?.StateOwned ?? false)
|
||||
{
|
||||
factionName = player.GetUser().GetFactionRank().RankName;
|
||||
factionName = u.GetFactionRank().RankName;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user