removed factionname in online list

This commit is contained in:
2019-09-04 22:59:19 +02:00
parent 7fb5f3abfa
commit cae5ceb2d1
3 changed files with 2 additions and 3 deletions

View File

@@ -305,7 +305,6 @@ namespace ReallifeGamemode.Server.Events
Id = p.Handle.Value,
p.Name,
p.Ping,
fac = p.GetUser().Faction.Name
});
player.TriggerEvent("showPlayerlist", JsonConvert.SerializeObject(listPlayers));
}