add localized level names

intellisense suggestion junk
This commit is contained in:
RaidMax
2018-08-03 21:11:58 -05:00
parent 3c0e101f14
commit bbade07646
23 changed files with 93 additions and 50 deletions

View File

@ -37,9 +37,9 @@ namespace WebfrontCore.Controllers.API
player.Name,
player.Score,
player.Ping,
player.State,
State = player.State.ToString(),
player.ClientNumber,
player.ConnectionTime,
ConnectionTime = (DateTime.UtcNow - player.ConnectionTime).TotalSeconds,
player.Level,
})
});