Fix check for empty.

Forgot to remove it it from a previous version of the patch.
This commit is contained in:
Sei Lisa 2019-02-21 02:21:21 +01:00 committed by Sei-Lisa
parent 795b89e242
commit 6c2d285c04

View file

@ -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)
{