small issue fix with api and more checks for welcome tags
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user