From 31415e49e5baf160bd369c9ef4d61295018ffef2 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Thu, 23 Jan 2025 23:44:41 -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 88361e7..a443c76 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()