mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Make runechat saved prefs load properly (#26885)
This commit is contained in:
@@ -107,6 +107,10 @@
|
||||
window_flashing = text2num(preference_list_client["window_flashing"])
|
||||
antag_objectives = text2num(preference_list_client["antag_objectives"])
|
||||
typing_indicator = text2num(preference_list_client["typing_indicator"])
|
||||
mob_chat_on_map = text2num(preference_list_client["mob_chat_on_map"])
|
||||
max_chat_length = text2num(preference_list_client["max_chat_length"])
|
||||
obj_chat_on_map = text2num(preference_list_client["obj_chat_on_map"])
|
||||
no_goonchat_for_obj = text2num(preference_list_client["no_goonchat_for_obj"])
|
||||
|
||||
ooccolor = sanitize_hexcolor(ooccolor, initial(ooccolor))
|
||||
lastchangelog = sanitize_text(lastchangelog, initial(lastchangelog))
|
||||
|
||||
Reference in New Issue
Block a user