Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Dec 1, 2023
1 parent 71da1cf commit 19f1fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@

GLOB.data_core.manifest_inject(character)
SSticker.minds += character.mind//Cyborgs and AIs handle this in the transform proc. //TODO!!!!! ~Carn
SSticker.mode.latejoin_update(job)
SSticker.mode.latejoin_update(player_rank)
SSticker.mode.update_gear_scale()

for(var/datum/squad/sq in GLOB.RoleAuthority.squads)
Expand Down

0 comments on commit 19f1fb3

Please sign in to comment.