mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 01:46:07 +08:00
Trying some things to get the console client working again
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user