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.

0.1-prestable
morphw 2007-05-06 01:59:12 +00:00
parent 9dfdd7d406
commit 8b5c182e69
1 changed files with 1 additions and 1 deletions

View File

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