diff options
author | Adam Frisby | 2007-05-14 16:13:31 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-14 16:13:31 +0000 |
commit | 3ee195b1e6ff02715c132da431152276b464eaec (patch) | |
tree | fda9a5d2817e61894b5c567695cf3c387aa9023b /OpenGrid.Framework.Data.MySQL/MySQLManager.cs | |
parent | Unbreaking trunk kthxbai! (diff) | |
download | opensim-SC_OLD-3ee195b1e6ff02715c132da431152276b464eaec.zip opensim-SC_OLD-3ee195b1e6ff02715c132da431152276b464eaec.tar.gz opensim-SC_OLD-3ee195b1e6ff02715c132da431152276b464eaec.tar.bz2 opensim-SC_OLD-3ee195b1e6ff02715c132da431152276b464eaec.tar.xz |
* 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.
Diffstat (limited to 'OpenGrid.Framework.Data.MySQL/MySQLManager.cs')
-rw-r--r-- | OpenGrid.Framework.Data.MySQL/MySQLManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenGrid.Framework.Data.MySQL/MySQLManager.cs b/OpenGrid.Framework.Data.MySQL/MySQLManager.cs index 7461b14..e4622a8 100644 --- a/OpenGrid.Framework.Data.MySQL/MySQLManager.cs +++ b/OpenGrid.Framework.Data.MySQL/MySQLManager.cs | |||
@@ -121,7 +121,6 @@ namespace OpenGrid.Framework.Data.MySQL | |||
121 | } | 121 | } |
122 | else | 122 | else |
123 | { | 123 | { |
124 | throw new Exception("Unable to find region at coordinates"); | ||
125 | return null; | 124 | return null; |
126 | } | 125 | } |
127 | return retval; | 126 | return retval; |