fix build break

0.6.0-stable
Sean Dague 2008-07-17 21:07:39 +00:00
parent 18a5cfd10f
commit f54828c957
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ namespace OpenSim.Data.NHibernate
Terrain t = session.Load(typeof(Terrain), regionID) as Terrain;
return t.Doubles;
}
catch (NHibernate.ObjectNotFoundException e)
catch (ObjectNotFoundException e)
{
m_log.Info("No terrain yet");
return null;