From ffc68d102aaa6d21d955e47867f1cf9fea810f64 Mon Sep 17 00:00:00 2001 From: Git-Nivrak <59925169+Git-Nivrak@users.noreply.github.com> Date: Sat, 29 Jun 2024 07:03:06 +0300 Subject: [PATCH] Update code/_onclick/click.dm Co-authored-by: Doubleumc --- code/_onclick/click.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index e33f44d36398..2ac6bcd2b375 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -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)