mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Improve debug output for HTTPS requests
For diagnosing session errors in #450 and #451
This commit is contained in:
parent
79aaa04775
commit
1cecf2d788
2 changed files with 17 additions and 6 deletions
|
|
@ -189,7 +189,7 @@ namespace MinecraftClient.ChatBots
|
|||
private static string Task2String(TaskDesc task)
|
||||
{
|
||||
return String.Format(
|
||||
"triggeronfirstlogin = {0}\n triggeronlogin = {1}\n triggerontime = {2}\n "
|
||||
" triggeronfirstlogin = {0}\n triggeronlogin = {1}\n triggerontime = {2}\n "
|
||||
+ "triggeroninterval = {3}\n timevalue = {4}\n timeinterval = {5}\n script = {6}",
|
||||
task.triggerOnFirstLogin,
|
||||
task.triggerOnLogin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue