More fix for custom titles

mmmm yes bugs
This commit is contained in:
JaySparrow
2020-08-09 06:57:46 -05:00
parent 6da9e044a0
commit f2a4c9baa5
3 changed files with 3 additions and 3 deletions
@@ -395,7 +395,7 @@
humanc = character //Let's retypecast the var to be human,
if(humanc) //These procs all expect humans
GLOB.data_core.manifest_inject(humanc)
GLOB.data_core.manifest_inject(humanc, humanc.client)
if(SSshuttle.arrivals)
SSshuttle.arrivals.QueueAnnounce(humanc, rank)
else