mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Correct some script constants.
This commit is contained in:
@@ -3460,7 +3460,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (m == null) // No script engine loaded
|
||||
continue;
|
||||
|
||||
m.PostObjectEvent(grp.RootPart.UUID, "changed", new Object[] { 16384 });
|
||||
m.PostObjectEvent(grp.RootPart.UUID, "changed", new Object[] { (int)Changed.ANIMATION });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user