endline fix 2

0.6.9
Teravus Ovares (Dan Olivares) 2010-02-06 00:38:22 -05:00
parent 59f6606ecf
commit fabf10f1cf
1 changed files with 6 additions and 6 deletions

View File

@ -436,12 +436,12 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Interregion
} }
OSDMap resp = new OSDMap(2); OSDMap resp = new OSDMap(2);
string reason = String.Empty; string reason = String.Empty;
uint teleportFlags = 0; uint teleportFlags = 0;
if (args.ContainsKey("teleport_flags")) if (args.ContainsKey("teleport_flags"))
{ {
teleportFlags = args["teleport_flags"].AsUInteger(); teleportFlags = args["teleport_flags"].AsUInteger();
} }
// This is the meaning of POST agent // This is the meaning of POST agent
m_regionClient.AdjustUserInformation(aCircuit); m_regionClient.AdjustUserInformation(aCircuit);