Added commands to change config file from console:

CONFIG SET section key value value value
CONFIG GET section key
CONFIG SAVE (it saves, but does it save correctly?:)

ScriptEngine will react correctly to any config change made while it is running.
This commit is contained in:
Tedd Hansen
2008-02-02 07:35:51 +00:00
parent b1a6f4821b
commit 2db5de3e72
8 changed files with 83 additions and 12 deletions

View File

@@ -257,7 +257,7 @@ namespace OpenSim.Region.ClientStack
{
uint newPort = listenPort;
for (uint i = 0; i < 10; i++)
for (uint i = 0; i < 20; i++)
{
newPort = listenPort + i;
m_log.Verbose("SERVER", "Opening UDP socket on " + listenIP.ToString() + " " + newPort + ". Allow alternate ports: " + Allow_Alternate_Port.ToString());