Change function used to try to remove quote from a string that did not originally contain them
This commit is contained in:
parent
1e999da79d
commit
adfc0f69a2
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ default
|
|||
llSay(0, garbleString(m));
|
||||
}else if(c == g_iEmoteChannel)
|
||||
{
|
||||
list lEmote = llParseStringKeepNulls(m,["\""],[]);
|
||||
list lEmote = llParseString2List(m,["\""],[]);
|
||||
integer x = 0;
|
||||
integer e = llGetListLength(lEmote);
|
||||
|
||||
|
|
Loading…
Reference in a new issue