Fix SEFness of llRequestPermissions. It's never SEF.

This commit is contained in:
Sei Lisa 2017-10-25 14:07:32 +02:00
parent 7e39635b09
commit adde423447

View file

@ -1068,7 +1068,8 @@ key llRequestInventoryData( string name )
- delay 1.0 - delay 1.0
void llRequestPermissions( key agent, integer perm ) 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( ) key llRequestSecureURL( )
- unstable - unstable