Merge pull request #13316 from timothyteakettle/ckey-pref

pref for hiding your ckey from roundend report
This commit is contained in:
silicons
2020-08-31 21:19:37 -07:00
committed by GitHub
5 changed files with 23 additions and 6 deletions
+2
View File
@@ -50,6 +50,8 @@
var/datum/callback/CB = foo
CB.Invoke()
mind?.hide_ckey = client?.prefs?.hide_ckey
log_message("Client [key_name(src)] has taken ownership of mob [src]([src.type])", LOG_OWNERSHIP)
SEND_SIGNAL(src, COMSIG_MOB_CLIENT_LOGIN, client)