mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
fix build break
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user