Fix llDialog with empty buttons list for OpenSim.

The optimizer removes the extra "OK" for SL.
This commit is contained in:
Sei Lisa 2017-08-25 21:51:25 +02:00 committed by Sei-Lisa
parent b71c5e4287
commit 7bf262c61e
5 changed files with 7 additions and 7 deletions

View file

@ -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()