From 649b95ae707b69dbe9720ad3c31f360209a9cd68 Mon Sep 17 00:00:00 2001 From: Endaris Date: Sat, 1 Nov 2025 01:22:58 +0100 Subject: [PATCH] don't load garbage for bundle characters --- client/src/mods/Character.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/mods/Character.lua b/client/src/mods/Character.lua index e452e02a..2bcf9ba7 100644 --- a/client/src/mods/Character.lua +++ b/client/src/mods/Character.lua @@ -335,7 +335,7 @@ function Character.graphics_init(self, full, yields) coroutine.yield() end end - if full then + if full and not self:isBundle() then self.garbagePrerenders = {} for width = 1, 6 do