Trying some things to get the console client working again

This commit is contained in:
Melanie
2020-10-13 17:36:03 +01:00
parent b1d7d2a625
commit 5b70cdef11

View File

@@ -212,10 +212,10 @@ namespace OpenSim.ConsoleClient
Requester.MakeRequest(requestUrl, requestData, ReadResponses);
if (prompt.StartsWith("+++"))
MainConsole.Instance.ReadLine(prompt.Substring(3), true, true);
else if (prompt.StartsWith("-++"))
SendCommand(String.Empty, new string[] { MainConsole.Instance.ReadLine(prompt.Substring(3), false, true) });
// if (prompt.StartsWith("+++"))
MainConsole.Instance.ReadLine(prompt.Substring(0), true, true);
// else if (prompt.StartsWith("-++"))
// SendCommand(String.Empty, new string[] { MainConsole.Instance.ReadLine(prompt.Substring(3), false, true) });
}
public static void CommandReply(string requestUrl, string requestData, string replyData)