Browse Source

Slow mail loot when low FPS to avoid double looting

pull/25/head
Szyler 7 months ago
parent
commit
db4448244e
  1. 2
      TradeSkillMaster_Mailing/Modules/Inbox.lua

2
TradeSkillMaster_Mailing/Modules/Inbox.lua

@ -711,7 +711,7 @@ function Inbox:UI_ERROR_MESSAGE(event, msg)
return return
end end
TSMAPI:CreateTimeDelay("mailWaitDelay", 0.3, private.AutoLoot) TSMAPI:CreateTimeDelay("mailWaitDelay", math.max(5/GetFramerate(), 0.3), private.AutoLoot)
end end
end end

Loading…
Cancel
Save