mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* Stop the pointless passing of a scene's own region handler back to it in region comms
* Some scene methods ignored it, others did nothing if the region handler given did not match their own (which would never be triggered)
This commit is contained in:
@@ -546,7 +546,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
|
||||
homeScene.CommsManager.UserProfileCacheService.PreloadUserCache(agentData.AgentID, userProfile);
|
||||
|
||||
// Call 'new user' event handler
|
||||
homeScene.NewUserConnection(reg.RegionHandle, agentData);
|
||||
homeScene.NewUserConnection(agentData);
|
||||
|
||||
//string raCap = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user