Chatclient fixes 2 (#16587)

* Fixes the chat client and services.

* oh how we love you

* lemme talk to 'em...

* a

* m

* lilas

* bro

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-06-29 14:31:42 +02:00
committed by GitHub
parent dd0730580f
commit 1645af37cc
6 changed files with 112 additions and 49 deletions

View File

@@ -85,7 +85,7 @@
"autorun" = istype(autorun) && (autorun.stored_data == P.filename),
"running" = (P in idle_threads)
))
else
if(P.program_type & PROGRAM_SERVICE)
data["services"] += list(list(
"filename" = P.filename,
"desc" = P.filedesc,