Update client_procs.dm

This commit is contained in:
kevinz000
2018-08-03 19:26:41 -07:00
committed by GitHub
parent 3d734421d4
commit 6353b26822

View File

@@ -729,6 +729,9 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
if (clicklimiter[SECOND_COUNT] > scl) if (clicklimiter[SECOND_COUNT] > scl)
to_chat(src, "<span class='danger'>Your previous click was ignored because you've done too many in a second</span>") to_chat(src, "<span class='danger'>Your previous click was ignored because you've done too many in a second</span>")
return return
if(ab)
return
if (prefs.hotkeys) if (prefs.hotkeys)
// If hotkey mode is enabled, then clicking the map will automatically // If hotkey mode is enabled, then clicking the map will automatically