Fix one more instance of a bad bit value for the collision event

0.6.0-stable
Melanie Thielker 2008-08-04 21:30:12 +00:00
parent c1e7b45e18
commit 5469c0d6f8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace OpenSim.Region.Environment.Scenes
{
None = 0,
attach = 1,
collision = 15,
collision = 16,
collision_end = 32,
collision_start = 64,
control = 128,