mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 13:18:59 +01:00
Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user