Remove or add parentheses as necessary to improve clarity.
There should be no changes in the code compiled from source directly.
This commit is contained in:
parent
2488349a1b
commit
202b4503d1
12 changed files with 59 additions and 59 deletions
|
@ -205,7 +205,7 @@ remove_sequences(key id)
|
|||
running_pointers = llDeleteSubList(running_pointers, index, index);
|
||||
while (sequence)
|
||||
{
|
||||
if ((!IsInteger(llList2String(sequence, 0))) && llList2String(sequence, 0) != "none")
|
||||
if (!IsInteger(llList2String(sequence, 0)) && llList2String(sequence, 0) != "none")
|
||||
{
|
||||
llMessageLinked(LINK_THIS, 90002, llList2String(sequence, 0), id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue