mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 06:44:15 +08:00
* Reset IP in SimpleApp back to localhost
This commit is contained in:
@@ -40,7 +40,7 @@ namespace SimpleApp
|
||||
{
|
||||
base.StartUp();
|
||||
|
||||
string ipaddr = "192.168.0.109";
|
||||
string ipaddr = "127.0.0.1";
|
||||
|
||||
MainLog.Instance = m_log;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user