mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user