added factionname in online list
This commit is contained in:
@@ -304,7 +304,8 @@ namespace ReallifeGamemode.Server.Events
|
||||
{
|
||||
Id = p.Handle.Value,
|
||||
p.Name,
|
||||
p.Ping
|
||||
p.Ping,
|
||||
fac = p.GetUser().Faction.Name
|
||||
});
|
||||
player.TriggerEvent("showPlayerlist", JsonConvert.SerializeObject(listPlayers));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user