mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix SEFness of llRequestPermissions. It's never SEF.
This commit is contained in:
parent
7e39635b09
commit
adde423447
1 changed files with 2 additions and 1 deletions
|
@ -1068,7 +1068,8 @@ key llRequestInventoryData( string name )
|
|||
- delay 1.0
|
||||
|
||||
void llRequestPermissions( key agent, integer perm )
|
||||
- SEF if perm == 0
|
||||
# if agent does not exist, it errs, so this is not true:
|
||||
#- SEF if perm == 0
|
||||
|
||||
key llRequestSecureURL( )
|
||||
- unstable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue