* Reset IP in SimpleApp back to localhost
parent
c3133715aa
commit
1462cb1b50
|
@ -40,7 +40,7 @@ namespace SimpleApp
|
||||||
{
|
{
|
||||||
base.StartUp();
|
base.StartUp();
|
||||||
|
|
||||||
string ipaddr = "192.168.0.109";
|
string ipaddr = "127.0.0.1";
|
||||||
|
|
||||||
MainLog.Instance = m_log;
|
MainLog.Instance = m_log;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue