From 1ca1cab3de1278a114b73715490e93873e65647e Mon Sep 17 00:00:00 2001 From: ineed bots Date: Thu, 23 Jan 2025 23:44:24 -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 69c7306..afd19e9 100644 --- a/maps/mp/bots/_menu.gsc +++ b/maps/mp/bots/_menu.gsc @@ -79,9 +79,6 @@ removeChildFixed( element ) } self.children = temp; - - element.index = undefined; - element.parent = undefined; } destroyElemFixed()