diff --git a/Themes/Til Death/BGAnimations/packlistDisplay.lua b/Themes/Til Death/BGAnimations/packlistDisplay.lua index 3f8488d1f0..157861ad61 100644 --- a/Themes/Til Death/BGAnimations/packlistDisplay.lua +++ b/Themes/Til Death/BGAnimations/packlistDisplay.lua @@ -232,7 +232,11 @@ local function makePackDisplay(i) end, MouseLeftClickMessageCommand = function(self) if isOver(self) then - packinfo:DownloadAndInstall(true) + if packinfo:GetSize() > 2000000000 then + GAMESTATE:ApplyGameCommand("urlnoexit," .. packinfo:GetURL()) + else + packinfo:DownloadAndInstall(true) + end end end },