diff options
author | Diva Canto | 2010-01-16 07:46:07 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-16 07:46:07 -0800 |
commit | bd6d1a24448dafea5be7ddbcd591b352040e4412 (patch) | |
tree | e0416f8cc144cde7220412abec211f010e5c5344 /OpenSim/Services/Interfaces/IGridService.cs | |
parent | Merge branch 'master' into presence-refactor (diff) | |
download | opensim-SC_OLD-bd6d1a24448dafea5be7ddbcd591b352040e4412.zip opensim-SC_OLD-bd6d1a24448dafea5be7ddbcd591b352040e4412.tar.gz opensim-SC_OLD-bd6d1a24448dafea5be7ddbcd591b352040e4412.tar.bz2 opensim-SC_OLD-bd6d1a24448dafea5be7ddbcd591b352040e4412.tar.xz |
Moved prim crossing to EntityTransferModule. Not complete yet.
Diffstat (limited to 'OpenSim/Services/Interfaces/IGridService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IGridService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs index 6186d80..6a83f65 100644 --- a/OpenSim/Services/Interfaces/IGridService.cs +++ b/OpenSim/Services/Interfaces/IGridService.cs | |||
@@ -158,8 +158,8 @@ namespace OpenSim.Services.Interfaces | |||
158 | public UUID TerrainImage = UUID.Zero; | 158 | public UUID TerrainImage = UUID.Zero; |
159 | public byte Access; | 159 | public byte Access; |
160 | public int Maturity; | 160 | public int Maturity; |
161 | public string RegionSecret; | 161 | public string RegionSecret = string.Empty; |
162 | public string Token; | 162 | public string Token = string.Empty; |
163 | 163 | ||
164 | public GridRegion() | 164 | public GridRegion() |
165 | { | 165 | { |