mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add index to time sent in EFCLientMessage, so we can retrieve faster in context view
set the maximum height of the add link to profile on client chat move change history into a seperate service move around AC penalty processing
This commit is contained in:
@ -23,9 +23,9 @@ namespace IW4MAdmin.Application
|
||||
|
||||
public void AddEvent(GameEvent gameEvent)
|
||||
{
|
||||
// IsProcessingEvent.Wait();
|
||||
//IsProcessingEvent.Wait();
|
||||
((Manager as ApplicationManager).OnServerEvent)(this, new GameEventArgs(null, false, gameEvent));
|
||||
// IsProcessingEvent.Release(1);
|
||||
//IsProcessingEvent.Release(1);
|
||||
//if (gameEvent.Type == GameEvent.EventType.Connect)
|
||||
//{
|
||||
// IsProcessingEvent.Wait();
|
||||
|
Reference in New Issue
Block a user