small issue fix with api and more checks for welcome tags

This commit is contained in:
RaidMax
2021-05-04 19:01:09 -05:00
parent 127af98b00
commit 4d21680d59
2 changed files with 25 additions and 13 deletions

View File

@ -77,7 +77,8 @@ namespace WebfrontCore.Controllers.API
Owner = foundServer,
Origin = Client,
Data = commandRequest.Command,
Extra = commandRequest.Command
Extra = commandRequest.Command,
IsRemote = true
};
Manager.AddEvent(commandEvent);