Fix return type of llRezObjectWithParams

Many thanks to NeoBokrug Elytis for the report.
This commit is contained in:
Sei Lisa 2024-10-27 12:06:07 +01:00
parent 1d6bb809bf
commit 55aae624f9
2 changed files with 3 additions and 3 deletions

View file

@ -1815,7 +1815,7 @@ integer llListFindListNext(list src, list test, integer n)
- SEF
- min 0
void llRezObjectWithParams(string itemname, list params)
key llRezObjectWithParams(string itemname, list params)
- delay 0.1
void llSetLinkSitFlags(integer link, integer flags)