I am using extended code for Anomaly Jobs that creates a switch, +myjob/cc
and +job/cc
. It adds more people to the 'opened by' list.
However, I didn't patch it from source. Instead, I grabbed the core command code from another game. Because of this, I am getting unexpected behavior. Mainly, if one person on the 'opened by' list uses +myjob/add
, the comment cannot be read by anyone else on the job except staff.
Who coded this and where can I get the complete patch from?
Thanks.
(explanation of the issue: +myjob/add
does not publish comments. Instead, the part of aJobs that determines whether or not a comment is published sees that the person who made the comment is the same person who opened the job, and considers that comment published. That is, it's logically-publsihed instead of set-as-published. When you have multiple people on the 'opened by' attribute on the job, the logic which determines which comments are published fails, and people can only see their own.
I am not looking for ideas on where I can patch this up. I know where I can, but I want the original code so I can do it in the expected manner.)