mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +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:
co-authored by
SteelSlayer
parent
d32cbb7638
commit
82ebc13847
@@ -228,6 +228,9 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
|
||||
|
||||
log_startup_progress("Initializations complete within [time] second[time == 1 ? "" : "s"]!")
|
||||
|
||||
if(GLOB.configuration.system.toast_on_init_complete)
|
||||
rustg_create_toast("Paradise SS13", "Server initialization complete")
|
||||
|
||||
if(GLOB.configuration.general.developer_express_start)
|
||||
SSticker.force_start = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user