mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-04 03:34:50 -07:00
Fix return type of llRezObjectWithParams
Many thanks to NeoBokrug Elytis for the report.
This commit is contained in:
parent
1d6bb809bf
commit
55aae624f9
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue