diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 79aa26cc7ee..0ff83b8d4a2 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -482,7 +482,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( send_resources() - generate_clickcatcher() apply_clickcatcher() if(prefs.lastchangelog != GLOB.changelog_hash) //bolds the changelog button on the interface so we know there are updates. @@ -1123,6 +1122,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( /client/proc/generate_clickcatcher() if(!void) void = new() + if(!(void in screen)) screen += void /client/proc/apply_clickcatcher()