mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Hopefully undid the murder I committed in the last commit
This commit is contained in:
@@ -144,7 +144,9 @@ namespace OpenSim
|
||||
|
||||
public void CrossSimBorder(LLVector3 avatarpos)
|
||||
{ // VERY VERY BASIC
|
||||
LLVector3 newpos = this.m_regionData.RegionLocX;
|
||||
|
||||
LLVector3 newpos = avatarpos;
|
||||
uint neighbourx = this.m_regionData.RegionLocX;
|
||||
uint neighboury = this.m_regionData.RegionLocY;
|
||||
|
||||
if (avatarpos.X < 0)
|
||||
|
||||
Reference in New Issue
Block a user