Removed User.GetFaction()
This commit is contained in:
@@ -42,7 +42,7 @@ namespace ReallifeGamemode.Server.Services
|
||||
{
|
||||
foreach (Client c in NAPI.Pools.GetAllPlayers())
|
||||
{
|
||||
Faction f = c.GetUser()?.GetFaction();
|
||||
Faction f = c.GetUser()?.Faction;
|
||||
if (f != null)
|
||||
{
|
||||
if (factions.Find(fT => fT.Id == f.Id) != null)
|
||||
|
||||
Reference in New Issue
Block a user