mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Plumb the remaining dwell packets
This commit is contained in:
@@ -246,6 +246,8 @@ namespace OpenSim.Tests.Common.Mock
|
||||
public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest;
|
||||
public event EventGodDelete OnEventGodDelete;
|
||||
|
||||
public event ParcelDwellRequest OnParcelDwellRequest;
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
/// <value>
|
||||
@@ -986,6 +988,8 @@ namespace OpenSim.Tests.Common.Mock
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public void SendParcelDwellReply(int localID, UUID parcelID, float dwell)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user