* Removing dead comments

This commit is contained in:
Adam Frisby
2007-06-05 12:22:42 +00:00
parent 7347f146c6
commit 891b92a780
12 changed files with 1 additions and 34 deletions

View File

@@ -124,7 +124,6 @@ namespace OpenSim
if (this.startpos.Z < (m_world.Terrain[(int)this.startpos.X, (int)this.startpos.Y] + aboveGround))
this.startpos.Z = m_world.Terrain[(int)this.startpos.X, (int)this.startpos.Y] + aboveGround;
//Console.WriteLine("start pos is " + this.startpos.X + " , " + this.startpos.Y + " , " + this.startpos.Z);
}
else
{