mirror of
https://github.com/opensim/opensim.git
synced 2026-06-22 05:15:39 +08:00
* Commented out GridManager lines until they are checked into SVN
* Added new GetProfilesInRange(x,y,x,y) data function to return sim profiles between certain coordinates (for use with World Map information, etc). Implemented in GridServer.Data.Mysql - stub functions placed in other data providers.
This commit is contained in:
@@ -121,7 +121,6 @@ namespace OpenGrid.Framework.Data.MySQL
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception("Unable to find region at coordinates");
|
||||
return null;
|
||||
}
|
||||
return retval;
|
||||
|
||||
Reference in New Issue
Block a user