mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants which had the wrong values (checked using LSL in SL). This addresses mantis #217 and mantis #53.
This commit is contained in:
@@ -56,9 +56,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
LINK = 32,
|
||||
ALLOWED_DROP = 64,
|
||||
OWNER = 128,
|
||||
REGION_RESTART = 256,
|
||||
REGION = 512,
|
||||
TELEPORT = 1024
|
||||
REGION = 256,
|
||||
TELEPORT = 512,
|
||||
REGION_RESTART = 1024,
|
||||
ANIMATION = 16384
|
||||
}
|
||||
|
||||
// I don't really know where to put this except here.
|
||||
|
||||
Reference in New Issue
Block a user