View Single Post
07-28-17, 04:59 AM   #4
Kakjens
A Cliff Giant
Join Date: Apr 2017
Posts: 75
I am using a check
Lua Code:
  1. if wait == {} then
  2. updatevisibility()
  3. end
to see when all items are ready. I remember it failed sometimes but couldn't reproduce after clearing the cache.
  Reply With Quote