More optimizations for character joins

This commit is contained in:
Arokha Sieyes
2018-04-02 16:49:44 -04:00
committed by Leshana
parent a6cfbc4f42
commit 0e2f41ea86
6 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ datum/preferences
ShowChoices(usr)
return 1
/datum/preferences/proc/copy_to(mob/living/carbon/human/character, icon_updates = 1)
/datum/preferences/proc/copy_to(mob/living/carbon/human/character, icon_updates = TRUE)
// Sanitizing rather than saving as someone might still be editing when copy_to occurs.
player_setup.sanitize_setup()
+1 -1
View File
@@ -453,7 +453,7 @@
client.prefs.real_name = random_name(new_character.gender)
client.prefs.randomize_appearance_and_body_for(new_character)
else
client.prefs.copy_to(new_character)
client.prefs.copy_to(new_character, icon_updates = TRUE)
src << sound(null, repeat = 0, wait = 0, volume = 85, channel = 1) // MAD JAMS cant last forever yo