mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
revert r2162 as it completely clobbered all the work on
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace OpenSim.Region.Physics.Manager
|
||||
IPhysicsPlugin plug = (IPhysicsPlugin)Activator.CreateInstance(pluginAssembly.GetType(pluginType.ToString()));
|
||||
plug.Init();
|
||||
this._plugins.Add(plug.GetName(),plug);
|
||||
OpenSim.Framework.Console.MainLog.Instance.Verbose("PHYSICS","Added physics engine: " + plug.GetName());
|
||||
Console.WriteLine("added physics engine: " + plug.GetName());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user