mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user