Skip to content

Commit

Permalink
Update oc_addons.lsl
Browse files Browse the repository at this point in the history
Reference Issue #1038
  • Loading branch information
Pingout committed Apr 24, 2024
1 parent f86aa94 commit 24d0da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collar/oc_addons.lsl
Expand Up @@ -330,6 +330,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 +559,3 @@ state active
//llOwnerSay(llDumpList2String([iSender,iNum,sStr,kID],"^"));
}
}

0 comments on commit 24d0da6

Please sign in to comment.