fix(settings.lsl): only delete nu system settings
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
afcf7b1358
commit
86b1cfea81
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ default
|
||||||
{
|
{
|
||||||
changed(integer iChange) {
|
changed(integer iChange) {
|
||||||
if(iChange & CHANGED_OWNER) {
|
if(iChange & CHANGED_OWNER) {
|
||||||
llLinksetDataReset();
|
llLinksetDataDeleteFound("nusetting.", "");
|
||||||
llResetScript();
|
llResetScript();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue