Skip to content

Commit

Permalink
Merge pull request #1091 from NikkiLacrima/NikkiLacrima-particle-leas…
Browse files Browse the repository at this point in the history
…hlength-fix

particle leashlength fix
  • Loading branch information
SilkieSabra authored Sep 18, 2024
2 parents a15acb8 + 3ab894f commit 95f7b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collar/oc_particle.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Nikki Lacrima
Aug 2023: Updated for lockguard chain texture
Sept 2024: Fix setting name for leash length
*/
string g_sScriptVersion = "8.3";
Expand Down Expand Up @@ -681,7 +682,7 @@ state active
g_iStrictRank = (integer)llGetSubString(sValue,2,-1);
} else if (sToken == "turn") {
g_iTurnMode = (integer)sValue;
} else if(sToken == "length"){
} else if(sToken == "leashlength"){
g_iLeashLength = (integer)sValue;
}
} else if(llGetSubString(sToken,0,i) == "global_"){
Expand Down

0 comments on commit 95f7b99

Please sign in to comment.