From a428311696c8c7c9925f929b126fdbac80bbe8e0 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Mon, 5 Oct 2020 22:05:23 -0700 Subject: [PATCH] Update setup.dm --- code/modules/keybindings/setup.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/keybindings/setup.dm b/code/modules/keybindings/setup.dm index e577fe61b0..47dbfd855f 100644 --- a/code/modules/keybindings/setup.dm +++ b/code/modules/keybindings/setup.dm @@ -1,15 +1,11 @@ /datum/proc/key_down(key, client/user) // Called when a key is pressed down initially SHOULD_NOT_SLEEP(TRUE) - return /datum/proc/key_up(key, client/user) // Called when a key is released SHOULD_NOT_SLEEP(TRUE) - return /datum/proc/keyLoop(client/user) // Called once every frame SHOULD_NOT_SLEEP(TRUE) - set waitfor = FALSE - return // removes all the existing macros /client/proc/erase_all_macros()