minor: convert back some tabs to spaces that got into ScenePresence via recent patch bc969a6b

0.8.0.3
Justin Clark-Casey (justincc) 2014-04-29 20:15:29 +01:00
parent d4eee213a9
commit 5fc61942e0
1 changed files with 4 additions and 4 deletions

View File

@ -2498,10 +2498,10 @@ namespace OpenSim.Region.Framework.Scenes
if (pos.Z - terrainHeight < 0.2)
pos.Z = terrainHeight;
if (noFly)
Flying = false;
else if (pos.Z > terrainHeight)
Flying = true;
if (noFly)
Flying = false;
else if (pos.Z > terrainHeight)
Flying = true;
// m_log.DebugFormat(
// "[SCENE PRESENCE]: Avatar {0} set move to target {1} (terrain height {2}) in {3}",