mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Remove IGesturesModules since it won't be very helpful without a client message anyway
This commit is contained in:
@@ -37,7 +37,7 @@ using System.Reflection;
|
||||
|
||||
namespace OpenSim.Region.Environment.Modules.Avatar.Gestures
|
||||
{
|
||||
public class GesturesModule : IRegionModule, IGesturesModule
|
||||
public class GesturesModule : IRegionModule
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
@@ -48,8 +48,6 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Gestures
|
||||
m_scene = scene;
|
||||
|
||||
m_scene.EventManager.OnNewClient += OnNewClient;
|
||||
|
||||
m_scene.RegisterModuleInterface<IGesturesModule>(this);
|
||||
}
|
||||
|
||||
public void PostInitialise() {}
|
||||
|
||||
Reference in New Issue
Block a user