mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
minor: resolve some mono compiler warnings
This commit is contained in:
@@ -849,7 +849,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <param name="xferManager"></param>
|
||||
public void RequestInventoryFile(IClientAPI client, IXfer xferManager)
|
||||
{
|
||||
bool changed = CreateInventoryFile();
|
||||
CreateInventoryFile();
|
||||
|
||||
if (m_inventorySerial == 0) // No inventory
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user