Added login plugin

This commit is contained in:
RaidMax
2018-04-13 23:51:38 -05:00
parent 4caa4655e2
commit cd2bbfb3d4
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);