Skip to content

Commit

Permalink
Merge pull request #1039 from OpenCollarTeam/Pingout-patch-9
Browse files Browse the repository at this point in the history
Update oc_addons.lsl
  • Loading branch information
SilkieSabra authored May 7, 2024
2 parents f86aa94 + ad410f6 commit 40eaefd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/collar/oc_addons.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Medea (medea.destiny)
Sept 2021 - Provided auth failure mode for menu. Insufficient auth now
provides suitable notification to user and respawns main menu.
Fixes issue #665
KristenMynx
Dec 2021 - Fix timeout removal stride
May 2022 - Fix offline removal stride
- Reduce chatter
Jun 2022 - Reduce chatter more
Ping (pingout.duffield)
April 2024 - Fix at Initial Handshake to disregard any nearby rezzed collar. Ref Issue #1038
Expand Down Expand Up @@ -330,6 +331,7 @@ state active
} else if(PacketType == "from_collar")return; // We should never listen to another collar's LMs, wearer should not be wearing more than one anyway.
else if(PacketType == "online"){
// this is a initial handshake
if(llJsonGetValue(m,["addon_name"])=="OpenCollar") return;
if(llJsonGetValue(m,["kID"])==(string)llGetOwner()){

// begin to pass stuff to link messages!
Expand Down Expand Up @@ -558,4 +560,3 @@ state active
//llOwnerSay(llDumpList2String([iSender,iNum,sStr,kID],"^"));
}
}

0 comments on commit 40eaefd

Please # to comment.