Skip to content

Commit

Permalink
Oops... compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
zontreck committed Nov 7, 2023
1 parent 9613376 commit 781523f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18904,7 +18904,7 @@ public LSL_Integer llLinksetDataDeleteProtected(LSL_String name, LSL_String pass
{
return new LSL_Integer(ScriptBaseClass.LINKSETDATA_EPROTECTED);
}
else if(ret == -1)
else
{
return new LSL_Integer(ScriptBaseClass.LINKSETDATA_NOTFOUND);
}
Expand Down

0 comments on commit 781523f

Please sign in to comment.