* 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:
Adam Frisby
2007-05-14 16:13:31 +00:00
parent 59e6718482
commit 3ee195b1e6
7 changed files with 64 additions and 3 deletions

View File

@@ -121,7 +121,6 @@ namespace OpenGrid.Framework.Data.MySQL
}
else
{
throw new Exception("Unable to find region at coordinates");
return null;
}
return retval;