mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
fix old bug just ported to new function
This commit is contained in:
@@ -12802,8 +12802,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
if (item == null)
|
||||
{
|
||||
Error("llGetInventoryCreator", "Can't find item '" + item + "'");
|
||||
|
||||
Error("llGetInventoryCreator", "Can't find item '" + itemName + "'");
|
||||
return String.Empty;
|
||||
}
|
||||
|
||||
@@ -12817,7 +12816,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
if (item == null)
|
||||
{
|
||||
Error("llGetInventoryAcquireTime", "Can't find item '" + item + "'");
|
||||
Error("llGetInventoryAcquireTime", "Can't find item '" + itemName + "'");
|
||||
return String.Empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user