Communication hotfix of a hotfix (#54091)

remove an endless recursive loop
This commit is contained in:
Couls
2020-09-29 19:20:01 -07:00
committed by GitHub
parent e5758dfd5a
commit bef647660b
-1
View File
@@ -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])