* minor: Eliminate redundant argument in PreloadUserCache

This commit is contained in:
Justin Clarke Casey
2009-04-16 20:24:11 +00:00
parent cab7a2a45c
commit 235ae95b50
3 changed files with 3 additions and 4 deletions

View File

@@ -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);