mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 01:46:07 +08:00
Add the ability to use -console=rest to the region server. User
and pass are specified the same way as for the ROBUST server
This commit is contained in:
@@ -185,7 +185,7 @@ namespace OpenSim.ConsoleClient
|
||||
if (parts.Length != 3)
|
||||
continue;
|
||||
|
||||
MainConsole.Instance.Output(parts[2], parts[1]);
|
||||
MainConsole.Instance.Output(parts[2].Trim(), parts[1]);
|
||||
}
|
||||
|
||||
Requester.MakeRequest(requestUrl, requestData, ReadResponses);
|
||||
|
||||
Reference in New Issue
Block a user