From 3de51aa71bf76b36fe8272c29a44e24cd690f3b4 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Thu, 23 Jan 2025 23:43:53 -0600 Subject: [PATCH] fix this logic error --- maps/mp/bots/_menu.gsc | 3 --- 1 file changed, 3 deletions(-) diff --git a/maps/mp/bots/_menu.gsc b/maps/mp/bots/_menu.gsc index 56a2c37..2830034 100644 --- a/maps/mp/bots/_menu.gsc +++ b/maps/mp/bots/_menu.gsc @@ -98,9 +98,6 @@ removeChildFixed( element ) } self.children = temp; - - element.index = undefined; - element.parent = undefined; } destroyElemFixed()