From adde42344736ccf0bcd0f3f3ed52b3a7162f039c Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Wed, 25 Oct 2017 14:07:32 +0200 Subject: [PATCH] Fix SEFness of llRequestPermissions. It's never SEF. --- fndata.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fndata.txt b/fndata.txt index c96f34f..833232f 100644 --- a/fndata.txt +++ b/fndata.txt @@ -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