return sim_port as an int32 rather than a string in the login response. LL SL Viewer doesn't seem to care, but libsecondlife does.
parent
9dfdd7d406
commit
8b5c182e69
|
@ -188,7 +188,7 @@ namespace OpenSim.UserServer
|
|||
this.globalTexturesHash["moon_texture_id"] = this.MoonTexture;
|
||||
this.globalTextures.Add(this.globalTexturesHash);
|
||||
|
||||
responseData["sim_port"] = this.SimPort;
|
||||
responseData["sim_port"] = Int32.Parse(this.SimPort);
|
||||
responseData["sim_ip"] = this.SimAddress;
|
||||
responseData["agent_id"] = this.AgentID;
|
||||
responseData["session_id"] = this.SessionID;
|
||||
|
|
Loading…
Reference in New Issue