Fixes default FPS and makes it apply to new players (#61957)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
Watermelon914
2021-10-08 13:04:56 +01:00
committed by GitHub
parent 5ef11e7a13
commit 7f0bb743b4
2 changed files with 6 additions and 2 deletions

View File

@@ -114,8 +114,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
return
//we couldn't load character data so just randomize the character appearance + name
randomise_appearance_prefs() //let's create a random character then - rather than a fat, bald and naked man.
C?.set_macros()
if(C)
apply_all_client_preferences()
C.set_macros()
if(!loaded_preferences_successfully)
save_preferences()