This commit is contained in:
SandPoot
2022-07-24 02:59:28 -03:00
44 changed files with 704 additions and 376 deletions
+6 -6
View File
@@ -430,9 +430,9 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
if(holder)
add_admin_verbs()
var/admin_memo = get_message_output("memo")
if(admin_memo)
to_chat(src, admin_memo)
var/admin_memo_note = get_message_output("memo")
if(admin_memo_note)
to_chat(src, admin_memo_note)
adminGreet()
add_verbs_from_config()
@@ -475,9 +475,9 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
if(CONFIG_GET(flag/autoconvert_notes))
convert_notes_sql(ckey)
var/player_message_output = get_message_output("message", ckey)
if(player_message_output)
to_chat(src, player_message_output)
var/admin_message_note = get_message_output("message", ckey)
if(admin_message_note)
to_chat(src, admin_message_note)
if(!winexists(src, "asset_cache_browser")) // The client is using a custom skin, tell them.
to_chat(src, "<span class='warning'>Unable to access asset cache browser, if you are using a custom skin file, please allow DS to download the updated version, if you are not, then make a bug report. This is not a critical issue but can cause issues with resource downloading, as it is impossible to know when extra resources arrived to you.</span>")