osReplaceAgentEnvironment change error -9 to -5 so it is identical to others

This commit is contained in:
UbitUmarov
2020-12-21 19:47:40 +00:00
parent b4b1c4551f
commit 31d7ae0697

View File

@@ -5827,7 +5827,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{
sp.Environment = null;
m_envModule.WindlightRefreshForced(sp, transition);
return -9;
return -5;
}
return 1;
}