mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Fixes mantis #4691
This commit is contained in:
@@ -272,6 +272,9 @@ namespace OpenSim.Services.LLLoginService
|
||||
return LLFailedLoginResponse.InventoryProblem;
|
||||
}
|
||||
|
||||
// Get active gestures
|
||||
List<InventoryItemBase> gestures = m_InventoryService.GetActiveGestures(account.PrincipalID);
|
||||
|
||||
//
|
||||
// Login the presence
|
||||
//
|
||||
@@ -350,7 +353,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
// Finally, fill out the response and return it
|
||||
//
|
||||
LLLoginResponse response = new LLLoginResponse(account, aCircuit, guinfo, destination, inventorySkel, friendsList, m_LibraryService,
|
||||
where, startLocation, position, lookAt, m_WelcomeMessage, home, clientIP);
|
||||
where, startLocation, position, lookAt, gestures, m_WelcomeMessage, home, clientIP);
|
||||
|
||||
m_log.DebugFormat("[LLOGIN SERVICE]: All clear. Sending login response to client.");
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user