mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Attempt fix blackscreen (#18434)
* first reordering, committed in case i fuck up badly next * from the moment i understood the weakness of my flesh * sdafa * you asked for this * we can't have nice things * sdafasdf * sdafasd * sdfa * fsa * worth a shot * more pain * sdfasdf
This commit is contained in:
@@ -493,6 +493,8 @@ var/list/admin_verbs_cciaa = list(
|
||||
)
|
||||
|
||||
/client/proc/add_admin_verbs()
|
||||
SHOULD_NOT_SLEEP(TRUE)
|
||||
|
||||
if(holder)
|
||||
add_verb(src, admin_verbs_default)
|
||||
if(holder.rights & R_BUILDMODE) add_verb(src, /client/proc/togglebuildmodeself)
|
||||
|
||||
@@ -272,10 +272,12 @@
|
||||
|
||||
return data
|
||||
|
||||
/*
|
||||
/**
|
||||
* A proc used to gather if someone has Unacknowledged Warnings
|
||||
*/
|
||||
/client/proc/fetch_unacked_warning_count()
|
||||
SHOULD_NOT_SLEEP(TRUE)
|
||||
|
||||
if (!GLOB.dbcon)
|
||||
return
|
||||
if (!establish_db_connection(GLOB.dbcon))
|
||||
|
||||
Reference in New Issue
Block a user