Fix check for empty.
Forgot to remove it it from a previous version of the patch.
This commit is contained in:
parent
795b89e242
commit
6c2d285c04
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ remove_props_by_group(integer gp)
|
|||
text += "|" + (string)i;
|
||||
}
|
||||
}
|
||||
if (text != "REM_INDEX")
|
||||
if (text != "")
|
||||
{
|
||||
if (llGetInventoryType(main_script) == INVENTORY_SCRIPT)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue