mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add localized level names
intellisense suggestion junk
This commit is contained in:
@ -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,
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user