1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

lots more live radar updates

This commit is contained in:
RaidMax
2019-07-05 20:53:03 -05:00
parent 73cc144085
commit 64331f31ef
135 changed files with 439 additions and 87 deletions

View File

@ -7,7 +7,7 @@ namespace SharedLibraryCore.Events
{
public class EventApi
{
const int MaxEvents = 100;
const int MaxEvents = 25;
static ConcurrentQueue<EventInfo> RecentEvents = new ConcurrentQueue<EventInfo>();
public static IEnumerable<EventInfo> GetEvents(bool shouldConsume)