mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user