diff options
author | Diva Canto | 2010-02-01 07:53:55 -0800 |
---|---|---|
committer | Diva Canto | 2010-02-01 07:53:55 -0800 |
commit | 8466f13976bacad89e2babe4b7357e35f49a5739 (patch) | |
tree | 8d18bfdc0665c6917c98cf60b561eda60fcdc602 /OpenSim/Services/Connectors/Grid | |
parent | Batter debug messages. (diff) | |
download | opensim-SC_OLD-8466f13976bacad89e2babe4b7357e35f49a5739.zip opensim-SC_OLD-8466f13976bacad89e2babe4b7357e35f49a5739.tar.gz opensim-SC_OLD-8466f13976bacad89e2babe4b7357e35f49a5739.tar.bz2 opensim-SC_OLD-8466f13976bacad89e2babe4b7357e35f49a5739.tar.xz |
Bug fix for getting region flags.
Diffstat (limited to 'OpenSim/Services/Connectors/Grid')
-rw-r--r-- | OpenSim/Services/Connectors/Grid/GridServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Grid/GridServiceConnector.cs b/OpenSim/Services/Connectors/Grid/GridServiceConnector.cs index 7c8a3e2..a453d99 100644 --- a/OpenSim/Services/Connectors/Grid/GridServiceConnector.cs +++ b/OpenSim/Services/Connectors/Grid/GridServiceConnector.cs | |||
@@ -562,7 +562,7 @@ namespace OpenSim.Services.Connectors | |||
562 | return rinfos; | 562 | return rinfos; |
563 | } | 563 | } |
564 | 564 | ||
565 | public int GetRegionFlags(UUID scopeID, UUID regionID) | 565 | public virtual int GetRegionFlags(UUID scopeID, UUID regionID) |
566 | { | 566 | { |
567 | Dictionary<string, object> sendData = new Dictionary<string, object>(); | 567 | Dictionary<string, object> sendData = new Dictionary<string, object>(); |
568 | 568 | ||