From bef647660bb7180e22602143c8cd365724f91455 Mon Sep 17 00:00:00 2001 From: Couls Date: Tue, 29 Sep 2020 22:20:01 -0400 Subject: [PATCH] Communication hotfix of a hotfix (#54091) remove an endless recursive loop --- code/modules/client/client_procs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 56e06b3c377..bd14ee8cda3 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -934,7 +934,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( var/datum/preferences/D = prefs || direct_prefs if(!D?.key_bindings) return - set_macros() // reset macros movement_keys = list() for(var/key in D.key_bindings) for(var/kb_name in D.key_bindings[key])