You've already forked IW4M-Admin
update interactions to allow building custom forms
This commit is contained in:
@ -51,7 +51,7 @@ namespace IW4MAdmin.Plugins.Login
|
||||
|
||||
manager.CommandInterceptors.Add(gameEvent =>
|
||||
{
|
||||
if (gameEvent.Type != GameEvent.EventType.Command)
|
||||
if (gameEvent.Type != GameEvent.EventType.Command || gameEvent.Extra is null)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user