mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Seems nothing actually need the request body for getevents. so change
control flag to false
This commit is contained in:
@@ -223,7 +223,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
PollServiceInventoryEventArgs args = new PollServiceInventoryEventArgs(agentID);
|
||||
|
||||
args.Type = PollServiceEventArgs.EventType.Inventory;
|
||||
args.GetEventsNeedsRequest = false;
|
||||
MainServer.Instance.AddPollServiceHTTPHandler(capUrl, args);
|
||||
|
||||
string hostName = m_scene.RegionInfo.ExternalHostName;
|
||||
|
||||
Reference in New Issue
Block a user