mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-31 11:37:20 +01:00
a12c824f09
* Fix hacker alias name preference not working (#84695) ## About The Pull Request So recently bitrunner avatars were made to use stereotypical gamertag names, which introduced a new preference for 'hacker alias'. This, however, didn't seem to actually work, and would always select a random gamertag. Looking into it, this seemed to be because it uses `old_body.client`: https://github.com/tgstation/tgstation/blob/bd14e92d04f3dc4fd7aa06a9c49b04ec05bcc172/code/modules/bitrunning/components/avatar_connection.dm#L63-L64 Which at this point in the code would return `null`. Making it use `avatar.client` instead seems to fix our issue. ## Why It's Good For The Game Fixes hacker alias name preference not working. ## Changelog 🆑 fix: Fixes hacker alias name preference not working. /🆑 * Fix hacker alias name preference not working --------- Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>