mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
osReplaceAgentEnvironment change error -9 to -5 so it is identical to others
This commit is contained in:
@@ -5827,7 +5827,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
sp.Environment = null;
|
||||
m_envModule.WindlightRefreshForced(sp, transition);
|
||||
return -9;
|
||||
return -5;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user