mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Removed ModuleName because its like that and thats the way it is (according to Mono)
This commit is contained in:
@@ -348,7 +348,6 @@ namespace OpenSim
|
||||
foreach (TypeExtensionNode node in nodes)
|
||||
{
|
||||
IApplicationPlugin plugin = (IApplicationPlugin)node.CreateInstance();
|
||||
MainLog.Instance.Debug("PLUGINS", "Loading OpenSim application plugin(" + modcount + "): ", plugin.ModuleName());
|
||||
|
||||
plugin.Initialise(this);
|
||||
m_plugins.Add(plugin);
|
||||
|
||||
Reference in New Issue
Block a user