mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
General IP intel tweaks (#82904)
Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Co-authored-by: ZephyrTFA <matthew@tfaluc.com> Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
This commit is contained in:
@@ -511,7 +511,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
"[key_name(src)] (IP: [address], ID: [computer_id]) is a new BYOND account [account_age] day[(account_age == 1?"":"s")] old, created on [account_join_date].[new_player_alert_role ? " <@&[new_player_alert_role]>" : ""]"
|
||||
)
|
||||
scream_about_watchlists(src)
|
||||
check_ip_intel()
|
||||
validate_key_in_db()
|
||||
// If we aren't already generating a ban cache, fire off a build request
|
||||
// This way hopefully any users of request_ban_cache will never need to yield
|
||||
@@ -541,6 +540,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
to_chat(src, span_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."))
|
||||
|
||||
update_ambience_pref()
|
||||
check_ip_intel()
|
||||
|
||||
//This is down here because of the browse() calls in tooltip/New()
|
||||
if(!tooltips)
|
||||
|
||||
Reference in New Issue
Block a user