[READY] Server dev toasts (#20147)

* Server init toast

* New libraries

* GC ref notification

* Update code/_compile_options.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

---------

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
AffectedArc07
2023-02-04 21:11:00 +00:00
committed by GitHub
parent d32cbb7638
commit 82ebc13847
9 changed files with 18 additions and 1 deletions
+3
View File
@@ -415,6 +415,9 @@ SUBSYSTEM_DEF(garbage)
log_gc("Finished searching clients")
log_gc("Completed search for references to a [type].")
#ifdef FIND_REF_NOTIFY_ON_COMPLETE
rustg_create_toast("ParadiseSS13", "GC search complete for [type]")
#endif
if(usr && usr.client)
usr.client.running_find_references = null
running_find_references = null