mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
suspend the use of DisableSimulator, that is causing teleport and crossing issues
This commit is contained in:
@@ -753,7 +753,7 @@ namespace OpenSim.Framework
|
||||
newy *= Constants.RegionSize;
|
||||
if (oldy + oldsizey + drawdist < newy)
|
||||
return true;
|
||||
if (newy + newsizey + drawdist< oldy)
|
||||
if (newy + newsizey + drawdist < oldy)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user