diff options
Diffstat (limited to 'OpenSim/Services/Connectors')
-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 | ||