Fix llDialog with empty buttons list for OpenSim.
The optimizer removes the extra "OK" for SL.
This commit is contained in:
parent
b71c5e4287
commit
7bf262c61e
5 changed files with 7 additions and 7 deletions
|
@ -177,7 +177,7 @@ wipe_sit_targets()
|
|||
|
||||
primcount_error()
|
||||
{
|
||||
llDialog(llGetOwner(), "\nThere aren't enough prims for required SitTargets.\nYou must have one prim for each avatar to sit!", [], 23658);
|
||||
llDialog(llGetOwner(), "\nThere aren't enough prims for required SitTargets.\nYou must have one prim for each avatar to sit!", ["OK"], 23658);
|
||||
}
|
||||
|
||||
sittargets()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue