mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
forgot a .ToString() on AgentID
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSim
|
||||
SimParams["secure_session_id"] = this.SecureSessionID.ToString();
|
||||
SimParams["firstname"] = this.ClientAvatar.firstname;
|
||||
SimParams["lastname"] = this.ClientAvatar.lastname;
|
||||
SimParams["agent_id"] = this.AgentID;
|
||||
SimParams["agent_id"] = this.AgentID.ToString();
|
||||
SimParams["circuit_code"] = (Int32)this.CircuitCode;
|
||||
SimParams["child_agent"] = "1";
|
||||
SendParams = new ArrayList();
|
||||
|
||||
Reference in New Issue
Block a user