Files
Bubberstation/code/modules/bitrunning
SkyratBot a12c824f09 [MIRROR] Fix hacker alias name preference not working (#28670)
* 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`:

bd14e92d04/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>
2024-07-06 23:18:48 -04:00
..
2024-06-21 09:55:26 +05:30