mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
re-enable API events
This commit is contained in:
@ -34,6 +34,7 @@ namespace IW4MAdmin.Application
|
||||
{
|
||||
var start = DateTime.Now;
|
||||
await Manager.ExecuteEvent(args.Event);
|
||||
EventApi.OnGameEvent(sender, args);
|
||||
#if DEBUG
|
||||
_profiler.Profile(start, DateTime.Now, args.Event);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user