diff options
author | Teravus Ovares | 2008-04-23 23:55:02 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-23 23:55:02 +0000 |
commit | 12bba3da4bb74ac3727763d2bda3fb3eadd4159b (patch) | |
tree | 1f6c64b01c033acafd444e83069154cf3bf7b5a3 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... (diff) | |
download | opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.zip opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.gz opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.bz2 opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.xz |
* Fixed an annoying pop-up box when crossing borders.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index fd729d6..c41a445 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -2792,7 +2792,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2792 | { | 2792 | { |
2793 | return false; | 2793 | return false; |
2794 | } | 2794 | } |
2795 | } | 2795 | } |
2796 | else | 2796 | else |
2797 | { | 2797 | { |
2798 | if (part.OwnerID == parcel.landData.ownerID) | 2798 | if (part.OwnerID == parcel.landData.ownerID) |