mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Added login plugin
This commit is contained in:
@ -42,7 +42,8 @@ namespace WebfrontCore.Controllers
|
||||
Type = GameEvent.EventType.Say,
|
||||
Data = command,
|
||||
Origin = client,
|
||||
Owner = server
|
||||
Owner = server,
|
||||
Remote = true
|
||||
};
|
||||
|
||||
await server.ExecuteEvent(remoteEvent);
|
||||
|
Reference in New Issue
Block a user