diff options
author | UbitUmarov | 2015-12-02 04:26:30 +0000 |
---|---|---|
committer | UbitUmarov | 2015-12-02 04:26:30 +0000 |
commit | e2796e604465b439ff1a74454a846a29948ab84e (patch) | |
tree | ea9fcb52d55cd05a572bbc61e8f332d6d17e865d /OpenSim/Server/Handlers | |
parent | createAgent needs to be sync (diff) | |
download | opensim-SC-e2796e604465b439ff1a74454a846a29948ab84e.zip opensim-SC-e2796e604465b439ff1a74454a846a29948ab84e.tar.gz opensim-SC-e2796e604465b439ff1a74454a846a29948ab84e.tar.bz2 opensim-SC-e2796e604465b439ff1a74454a846a29948ab84e.tar.xz |
fix typo
Diffstat (limited to 'OpenSim/Server/Handlers')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index c160e5c..c21ef81 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -570,7 +570,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
570 | bool ret = m_SimulationService.CreateAgent(source, destination, aCircuit, teleportFlags, ctx, out reason); | 570 | bool ret = m_SimulationService.CreateAgent(source, destination, aCircuit, teleportFlags, ctx, out reason); |
571 | // m_log.DebugFormat("[AGENT HANDLER]: SYNC CreateAgent {0} {1}", ret.ToString(), reason); | 571 | // m_log.DebugFormat("[AGENT HANDLER]: SYNC CreateAgent {0} {1}", ret.ToString(), reason); |
572 | return ret; | 572 | return ret; |
573 | } | 573 | // } |
574 | } | 574 | } |
575 | } | 575 | } |
576 | 576 | ||