From bc6df197e3c1b0a0d0e14bd8318e8ae2f1c95796 Mon Sep 17 00:00:00 2001 From: Fira Date: Sat, 21 Oct 2023 01:18:18 +0100 Subject: [PATCH] Unbinds ahelp due to it being doubled up --- code/datums/keybinding/client.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/keybinding/client.dm b/code/datums/keybinding/client.dm index a5baf09a1360..752287882277 100644 --- a/code/datums/keybinding/client.dm +++ b/code/datums/keybinding/client.dm @@ -4,8 +4,8 @@ /datum/keybinding/client/admin_help - hotkey_keys = list("F1") - classic_keys = list("F1") + hotkey_keys = list("Unbound") + classic_keys = list("Unbound") name = "admin_help" full_name = "Admin Help" description = "Ask an admin for help."