Skada:GetSetTime(set) returning 0 for active set #545


Open
  • Forge_User_39642472 created this issue Jan 11, 2018

    when you are in combat, the GetSetTime(set) function returns 0 for the current fight

    I would change it like this:

     

    GetSetTime(set)

      if set.time > 0 then -- set.time always returns the number 0 for current fight
         return set.time
      else
         return (time() - set.starttime)
      end

    end


To post a comment, please login or register a new account.