fix build break
parent
18a5cfd10f
commit
f54828c957
|
@ -298,7 +298,7 @@ namespace OpenSim.Data.NHibernate
|
||||||
Terrain t = session.Load(typeof(Terrain), regionID) as Terrain;
|
Terrain t = session.Load(typeof(Terrain), regionID) as Terrain;
|
||||||
return t.Doubles;
|
return t.Doubles;
|
||||||
}
|
}
|
||||||
catch (NHibernate.ObjectNotFoundException e)
|
catch (ObjectNotFoundException e)
|
||||||
{
|
{
|
||||||
m_log.Info("No terrain yet");
|
m_log.Info("No terrain yet");
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue