This commit is contained in:
JustArchi
2017-08-15 15:10:27 +02:00
parent b4e8e24921
commit 462020f842

View File

@@ -121,7 +121,7 @@ namespace ArchiSteamFarm {
string response = await bot.Response(Program.GlobalConfig.SteamOwnerID, command).ConfigureAwait(false);
ASF.ArchiLogger.LogGenericInfo(string.Format(Strings.IPCAnswered, command, response));
await context.Response.WriteAsync(HttpStatusCode.OK, response).ConfigureAwait(false);
break;
}