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

This commit is contained in:
Melanie Thielker
2008-08-04 21:30:12 +00:00
parent c1e7b45e18
commit 5469c0d6f8

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,