mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
remove unnecessary argument ref
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OpenSim.Framework
|
||||
return currentPerm & allowedPermitions;
|
||||
}
|
||||
|
||||
public static void enforceItemPermitions(ref InventoryItemBase it)
|
||||
public static void enforceItemPermitions(InventoryItemBase it)
|
||||
{
|
||||
if (it == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user