Fixes the single compiletime warn and collosus flaky error (#1813)

## About The Pull Request

closes #1677

## Why It's Good For The Game

Bugfix good

## Changelog

N/A - not player facing
This commit is contained in:
Waterpig
2024-07-18 19:26:33 +02:00
committed by GitHub
parent 90bcd5602c
commit 590ae9b745
2 changed files with 3 additions and 3 deletions
@@ -60,8 +60,8 @@
var/datum/action/avatar_domain_info/action = new(help_datum)
action.Grant(avatar)
var/client/our_client = avatar.client
var/alias = null// BUBBER EDIT - removes random aliases - original: var/alias = our_client?.prefs?.read_preference(/datum/preference/name/hacker_alias) || pick(GLOB.hacker_aliases)
//var/client/our_client = avatar.client // BUBBER EDIT
var/alias = null // BUBBER EDIT - removes random aliases - original: var/alias = our_client?.prefs?.read_preference(/datum/preference/name/hacker_alias) || pick(GLOB.hacker_aliases)
if(alias && avatar.real_name != alias)