mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Supply proper type information for the various types of requests
This commit is contained in:
@@ -288,6 +288,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
// Register this as a poll service
|
||||
PollServiceInventoryEventArgs args = new PollServiceInventoryEventArgs(m_scene, agentID);
|
||||
|
||||
args.Type = PollServiceEventArgs.EventType.Inventory;
|
||||
MainServer.Instance.AddPollServiceHTTPHandler(capUrl, args);
|
||||
|
||||
string hostName = m_scene.RegionInfo.ExternalHostName;
|
||||
|
||||
Reference in New Issue
Block a user