mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
refactor some event handling
add concept of blocking events
This commit is contained in:
@ -668,7 +668,8 @@ namespace IW4MAdmin
|
||||
{
|
||||
Type = GameEvent.EventType.PreConnect,
|
||||
Origin = client,
|
||||
Owner = this
|
||||
Owner = this,
|
||||
IsBlocking = true
|
||||
};
|
||||
|
||||
Manager.GetEventHandler().AddEvent(e);
|
||||
|
Reference in New Issue
Block a user