mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Formatting cleanup.
This commit is contained in:
@@ -197,7 +197,7 @@ namespace OpenSim.Server.Handlers.Asset
|
||||
if (!request.ContainsKey("PRINCIPAL"))
|
||||
return FailureResult();
|
||||
|
||||
if(m_InventoryService.CreateUserInventory(new UUID(request["PRINCIPAL"].ToString())))
|
||||
if (m_InventoryService.CreateUserInventory(new UUID(request["PRINCIPAL"].ToString())))
|
||||
result["RESULT"] = "True";
|
||||
else
|
||||
result["RESULT"] = "False";
|
||||
|
||||
Reference in New Issue
Block a user