mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Prim inventory script saving phase 1. Create necessary CAPS structures for correctly accepting prim inventory script updates.
No user functionality yet. Refactoring to follow.
This commit is contained in:
@@ -260,7 +260,7 @@ namespace OpenSim.Framework.UserManagement
|
||||
/// <param name="request">The users loginrequest</param>
|
||||
public void CreateAgent(UserProfileData profile, XmlRpcRequest request)
|
||||
{
|
||||
Hashtable requestData = (Hashtable) request.Params[0];
|
||||
//Hashtable requestData = (Hashtable) request.Params[0];
|
||||
|
||||
UserAgentData agent = new UserAgentData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user