Merge pull request #5313 from VOREStation/pol-joblogmove

Move character join log statement
This commit is contained in:
Anewbe
2018-05-31 21:33:31 -04:00
committed by VirgoBot
parent 5addac95ed
commit 25a6fb865a
2 changed files with 1 additions and 1 deletions
@@ -358,7 +358,6 @@
var/mob/living/character = create_character(T) //creates the human and transfers vars and mind
character = job_master.EquipRank(character, rank, 1) //equips the human
UpdateFactionList(character)
log_game("JOINED [key_name(character)] as \"[rank]\"")
// AIs don't need a spawnpoint, they must spawn at an empty core
if(character.mind.assigned_role == "AI")