fixes client fps not initializing and sets default to 60

This commit is contained in:
DragonTrance
2022-06-07 13:41:05 -04:00
parent ee3260b973
commit 562a55ba8b
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -277,7 +277,6 @@ GLOBAL_LIST_EMPTY(preferences_datums)
/datum/preferences/New(client/C)
parent = C
clientfps = world.fps*2
for(var/custom_name_id in GLOB.preferences_custom_names)
custom_names[custom_name_id] = get_default_name(custom_name_id)