From 6353b26822b034ffbd9c110ae85820ae22c9edeb Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 3 Aug 2018 19:26:41 -0700 Subject: [PATCH] Update client_procs.dm --- code/modules/client/client_procs.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 2ae00f9348..8e3d89dbd0 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -729,6 +729,9 @@ GLOBAL_LIST_EMPTY(external_rsc_urls) if (clicklimiter[SECOND_COUNT] > scl) to_chat(src, "Your previous click was ignored because you've done too many in a second") return + + if(ab) + return if (prefs.hotkeys) // If hotkey mode is enabled, then clicking the map will automatically