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