mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Communication hotfix of a hotfix (#54091)
remove an endless recursive loop
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user