From 426babc7dfb9b8ea01dad0d77d05d09b902eb533 Mon Sep 17 00:00:00 2001 From: Toastical <20125180+Toastical@users.noreply.github.com> Date: Sat, 26 Apr 2025 21:22:19 +0300 Subject: [PATCH] click_catcher will now readd itself when the hud updates (#29041) --- code/modules/client/client_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 75134901ee6..74ce273a051 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -981,7 +981,7 @@ /client/proc/generate_clickcatcher() if(!void) void = new() - screen += void + screen += void /client/proc/apply_clickcatcher() generate_clickcatcher()