LSLKeyTest
UbitUmarov 2015-12-02 04:26:30 +00:00
parent ae3e288b14
commit e2796e6044
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ namespace OpenSim.Server.Handlers.Simulation
bool ret = m_SimulationService.CreateAgent(source, destination, aCircuit, teleportFlags, ctx, out reason);
// m_log.DebugFormat("[AGENT HANDLER]: SYNC CreateAgent {0} {1}", ret.ToString(), reason);
return ret;
}
// }
}
}