diff options
author | AliciaRaven | 2016-11-22 15:33:34 +0000 |
---|---|---|
committer | AliciaRaven | 2016-11-22 15:33:34 +0000 |
commit | 34d9596f9ba091c98130333e572d0cba8dd4ffeb (patch) | |
tree | bd6678aaaa20e50c0ce870b817c4d1a0486bf5e0 /OpenSim/Region | |
parent | Include new Region.ini option for DefaultLandingPoint for teleports with no c... (diff) | |
download | opensim-SC_OLD-34d9596f9ba091c98130333e572d0cba8dd4ffeb.zip opensim-SC_OLD-34d9596f9ba091c98130333e572d0cba8dd4ffeb.tar.gz opensim-SC_OLD-34d9596f9ba091c98130333e572d0cba8dd4ffeb.tar.bz2 opensim-SC_OLD-34d9596f9ba091c98130333e572d0cba8dd4ffeb.tar.xz |
Fix typo in a comment
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs index 23cfde5..33aa7ad 100644 --- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs +++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | |||
@@ -600,7 +600,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer | |||
600 | 600 | ||
601 | GridRegion reg; | 601 | GridRegion reg; |
602 | 602 | ||
603 | // handle legacy HG. liked regions are mapped into y = 0 and have no size information | 603 | // handle legacy HG. linked regions are mapped into y = 0 and have no size information |
604 | // so we can only search by base handle | 604 | // so we can only search by base handle |
605 | if( y == 0) | 605 | if( y == 0) |
606 | { | 606 | { |