mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
forced still bad
This commit is contained in:
@@ -6569,8 +6569,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
if(allowenvovr)
|
||||
{
|
||||
ScenePresence sp = SceneAgent as ScenePresence;
|
||||
if(sp != null && sp .EnvironmentVersion > 0)
|
||||
envVersion = sp.EnvironmentVersion;
|
||||
if(sp != null && sp.EnvironmentVersion > 0)
|
||||
envVersion = -1;
|
||||
else
|
||||
envVersion = landData.EnvironmentVersion;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user