mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Make the text mode remote console really work. It can now be used to send
multi-word commands with proper quoting, handles arguments with spaces and allows interactive use, e.g. user creation.
This commit is contained in:
committed by
Melanie
parent
a246cbce8d
commit
a791689ceb
@@ -236,6 +236,11 @@ namespace OpenSim.Server.Base
|
||||
Initialise();
|
||||
}
|
||||
|
||||
public bool Running
|
||||
{
|
||||
get { return m_Running; }
|
||||
}
|
||||
|
||||
public virtual int Run()
|
||||
{
|
||||
while (m_Running)
|
||||
|
||||
Reference in New Issue
Block a user