1
0
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:
RaidMax
2018-04-13 23:51:38 -05:00
parent b9c11d48c2
commit 4725f8b6f8
13 changed files with 256 additions and 23 deletions

View File

@ -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);