mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
[misc bug fixes]
properly hide broadcast failure messages if ignore connection lost is turned on fix concurent issue for update stats history that happened with new event processing make get/set additional property thread safe add ellipse to truncated chat messages on home
This commit is contained in:
@ -29,7 +29,7 @@ namespace ApplicationTests.Fixtures
|
||||
Level = EFClient.Permission.User,
|
||||
Connections = 1,
|
||||
FirstConnection = DateTime.UtcNow.AddDays(-1),
|
||||
LastConnection = DateTime.UtcNow,
|
||||
LastConnection = DateTime.UtcNow.AddMinutes(-5),
|
||||
NetworkId = 1,
|
||||
TotalConnectionTime = 100,
|
||||
CurrentAlias = new EFAlias()
|
||||
|
Reference in New Issue
Block a user