mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Add scripted controllers into agent intersim messaging
This commit is contained in:
@@ -4145,6 +4145,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
case 16:
|
||||
_nextOwnerMask = ApplyMask(_nextOwnerMask, set, mask) &
|
||||
baseMask;
|
||||
// Prevent the client from creating no mod, no copy
|
||||
// objects
|
||||
if ((_nextOwnerMask & (uint)PermissionMask.Copy) == 0)
|
||||
_nextOwnerMask |= (uint)PermissionMask.Transfer;
|
||||
break;
|
||||
}
|
||||
SendFullUpdateToAllClients();
|
||||
|
||||
Reference in New Issue
Block a user