mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Transformed the LLUDP ad-hoc plugin into a region module. It works.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenSim
|
||||
base.Startup();
|
||||
|
||||
m_log.InfoFormat("[OPENSIM MAIN]: Startup complete, serving {0} region{1}",
|
||||
m_clientServers.Count.ToString(), m_clientServers.Count > 1 ? "s" : "");
|
||||
SceneManager.Scenes.Count, SceneManager.Scenes.Count > 1 ? "s" : "");
|
||||
|
||||
WorldHasComeToAnEnd.WaitOne();
|
||||
WorldHasComeToAnEnd.Close();
|
||||
|
||||
Reference in New Issue
Block a user