mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Update the permissions system to handle scripts and notecards the way
it was meant to. No functional changes, just better code
This commit is contained in:
@@ -4835,7 +4835,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
case PacketType.TransferRequest:
|
||||
//Console.WriteLine("ClientView.ProcessPackets.cs:ProcessInPacket() - Got transfer request");
|
||||
TransferRequestPacket transfer = (TransferRequestPacket)Pack;
|
||||
System.Console.WriteLine("Transfer request, source {0}", transfer.TransferInfo.SourceType);
|
||||
// Validate inventory transfers
|
||||
// Has to be done here, because AssetCache can't do it
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user