From 56396a8cf595a92c4b1091d3ecd00941266b86d3 Mon Sep 17 00:00:00 2001 From: ws3917 Date: Sat, 19 Apr 2025 21:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=9D=A5=E4=B8=80=E7=A2=97=E6=B0=B4?= =?UTF-8?q?=E7=85=AE=E7=89=9B=E8=82=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/systems/atlas.lua | 5 ----- translate/text/en_US/atlas.lua | 5 ----- translate/text/zh_CN/atlas.lua | 5 ----- 3 files changed, 15 deletions(-) diff --git a/code/systems/atlas.lua b/code/systems/atlas.lua index 222bda2..dbb9beb 100644 --- a/code/systems/atlas.lua +++ b/code/systems/atlas.lua @@ -259,11 +259,6 @@ local function atlas(assets, batch, ____debug, game, ____bindingPattern0, ____bi self.color.red = 255 self.color.green = 255 self.color.blue = 255 - local parent = self.parent - if parent and parent.remove and parent.attach then - parent:remove(self) - parent:attach(self) - end elseif i == 0 and #inventory == 0 then self.color.red = 63 self.color.green = 63 diff --git a/translate/text/en_US/atlas.lua b/translate/text/en_US/atlas.lua index 84e654c..963cb66 100644 --- a/translate/text/en_US/atlas.lua +++ b/translate/text/en_US/atlas.lua @@ -259,11 +259,6 @@ local function atlas(assets, batch, ____debug, game, ____bindingPattern0, ____bi self.color.red = 255 self.color.green = 255 self.color.blue = 255 - local parent = self.parent - if parent and parent.remove and parent.attach then - parent:remove(self) - parent:attach(self) - end elseif i == 0 and #inventory == 0 then self.color.red = 63 self.color.green = 63 diff --git a/translate/text/zh_CN/atlas.lua b/translate/text/zh_CN/atlas.lua index 222bda2..dbb9beb 100644 --- a/translate/text/zh_CN/atlas.lua +++ b/translate/text/zh_CN/atlas.lua @@ -259,11 +259,6 @@ local function atlas(assets, batch, ____debug, game, ____bindingPattern0, ____bi self.color.red = 255 self.color.green = 255 self.color.blue = 255 - local parent = self.parent - if parent and parent.remove and parent.attach then - parent:remove(self) - parent:attach(self) - end elseif i == 0 and #inventory == 0 then self.color.red = 63 self.color.green = 63