do not enqueue changed_region on a new script

This commit is contained in:
UbitUmarov
2021-11-20 02:28:12 +00:00
parent a4bd8a91c5
commit 846d955e26
2 changed files with 5 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
{
public enum StateSource
{
None = -1,
RegionStart = 0,
NewRez = 1,
PrimCrossing = 2,