Removes some additional waitfors and backgrounds (#18870)

Removes some additional waitfors and backgrounds, mark the relative
procs as should not sleep

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2024-04-08 08:28:02 +00:00
committed by GitHub
co-authored by FluffyGhost <FluffyGhost>
parent 75566d3911
commit 25f28a8e69
9 changed files with 49 additions and 13 deletions
-2
View File
@@ -168,8 +168,6 @@ var/list/forum_groupids_to_ranks = list()
world.SetConfig("APP/admin", A, null)
/proc/update_admins_from_api(reload_once_done=FALSE)
set background = TRUE
if (!establish_db_connection(GLOB.dbcon))
log_and_message_admins("AdminRanks: Failed to connect to database in update_admins_from_api(). Carrying on with old staff lists.")
return FALSE
-1
View File
@@ -1,7 +1,6 @@
/client/proc/atmosscan()
set category = "Mapping"
set name = "Check Piping"
set background = 1
if(!src.holder)
to_chat(src, "Only administrators may use this command.")
return