mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Slight change to state management for attach scheduling.
Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
This commit is contained in:
committed by
dr scofield (aka dirk husemann)
parent
9ffe4d850e
commit
068f54725b
@@ -40,7 +40,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
{
|
||||
NewRez = 0,
|
||||
PrimCrossing = 1,
|
||||
ScriptedRez = 2
|
||||
ScriptedRez = 2,
|
||||
AttachedRez = 3
|
||||
}
|
||||
|
||||
public interface IScriptWorkItem
|
||||
|
||||
Reference in New Issue
Block a user