From 5b70cdef11fddf701a8b0b701061bacae99cbef5 Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 13 Oct 2020 17:36:03 +0100 Subject: [PATCH] Trying some things to get the console client working again --- OpenSim/ConsoleClient/ConsoleClient.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenSim/ConsoleClient/ConsoleClient.cs b/OpenSim/ConsoleClient/ConsoleClient.cs index e689424d7d..c020be204b 100644 --- a/OpenSim/ConsoleClient/ConsoleClient.cs +++ b/OpenSim/ConsoleClient/ConsoleClient.cs @@ -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)