mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Formatting cleanup.
This commit is contained in:
@@ -927,7 +927,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
foreach (IScriptModule e in engines)
|
||||
{
|
||||
if(!e.CanBeDeleted(item.ItemID))
|
||||
if (!e.CanBeDeleted(item.ItemID))
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user