mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
implement more robust command api and login
improve web console command response reliability and consistency
This commit is contained in:
@ -154,7 +154,8 @@ namespace IW4MAdmin
|
||||
|
||||
catch (CommandException e)
|
||||
{
|
||||
ServerLogger.LogWarning(e, "Error validating command from event {@event}", E);
|
||||
ServerLogger.LogWarning(e, "Error validating command from event {@event}",
|
||||
new { E.Type, E.Data, E.Message, E.Subtype, E.IsRemote, E.CorrelationId });
|
||||
E.FailReason = GameEvent.EventFailReason.Invalid;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user