1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

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 20031a8220
commit fe91c23abe
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);