From 087194bdcffd1b2ffef8b8ecb0834b9f4cd958af Mon Sep 17 00:00:00 2001 From: Raeschen Date: Mon, 19 Feb 2024 23:56:55 +0100 Subject: [PATCH] Stop qdelling progressbars (#7791) --- code/datums/progressbar.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/datums/progressbar.dm b/code/datums/progressbar.dm index 8da8d7c000..2a4dd2f92a 100644 --- a/code/datums/progressbar.dm +++ b/code/datums/progressbar.dm @@ -63,7 +63,8 @@ spawn(5) if(client) client.images -= bar - qdel(bar) + //qdel(bar) //ChompEDIT - try not qdelling progressbars. + bar = null //ChompEDIT - null instead of qdel . = ..() -#undef PROGRESSBAR_HEIGHT \ No newline at end of file +#undef PROGRESSBAR_HEIGHT