mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* minor: Eliminate redundant argument in PreloadUserCache
This commit is contained in:
@@ -542,7 +542,7 @@ namespace OpenSim.Region.CoreModules.InterGrid
|
||||
}
|
||||
|
||||
// Stick our data in the cache so the region will know something about us
|
||||
homeScene.CommsManager.UserProfileCacheService.PreloadUserCache(agentData.AgentID, userProfile);
|
||||
homeScene.CommsManager.UserProfileCacheService.PreloadUserCache(userProfile);
|
||||
|
||||
// Call 'new user' event handler
|
||||
homeScene.NewUserConnection(agentData);
|
||||
|
||||
Reference in New Issue
Block a user