Skip to content

Commit

Permalink
Update code/_onclick/click.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
Git-Nivrak and Doubleumc committed Jun 29, 2024
1 parent 23b4b6a commit ffc68d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/_onclick/click.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/client/Click(atom/A, location, control, params, mouse_down=FALSE)
to_world("Mouse Down: [mouse_down] Ignore Next Click: [ignore_next_click]")
if (control && !ignore_next_click) // No .click macros allowed, and only one click per mousedown.
ignore_next_click = TRUE
return usr.do_click(A, location, params, mouse_down)
Expand Down

0 comments on commit ffc68d1

Please sign in to comment.