mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
cleanup _HELPERS/_lists.dm and all the necessary files (#61827)
Bring _HELPERS/_lists.dm to latest standards by: -Adding proper documentation and fixing existing one -Giving vars proper names -Procs now use snake case as per standard (many files that use those procs will be affected)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
)
|
||||
|
||||
/datum/preference_middleware/keybindings/proc/reset_all_keybinds(list/params, mob/user)
|
||||
preferences.key_bindings = deepCopyList(GLOB.default_hotkeys)
|
||||
preferences.key_bindings = deep_copy_list(GLOB.default_hotkeys)
|
||||
preferences.key_bindings_by_key = preferences.get_key_bindings_by_key(preferences.key_bindings)
|
||||
preferences.update_static_data(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user