Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
кто бы мог подумать что это не сработает 2
Browse files Browse the repository at this point in the history
  • Loading branch information
johncoder0 committed Jul 3, 2023
1 parent f84cdec commit 11cb0fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions code/controllers/configuration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@

var/static/hub_entry = "<b>$SERVER</b> by <b>$HOST</b> &#8212; $ACTIVES of $PLAYERS alive"

var/static/hub_banner_url = "https://i.imgur.com/n5i0D3V.png" //bos

var/static/run_empty_levels = FALSE


Expand Down Expand Up @@ -503,8 +501,6 @@
use_age_restriction_for_jobs = TRUE
if ("use_age_restriction_for_antags")
use_age_restriction_for_antags = TRUE
if ("hub_banner_url")
config.hub_banner_url = value //bos
if ("use_recursive_explosions")
use_recursive_explosions = TRUE
if ("log_ooc")
Expand Down
3 changes: 0 additions & 3 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,6 @@ GLOBAL_VAR_INIT(world_topic_last, world.timeofday)
if (!config?.hub_visible || !config.hub_entry)
return
status = config.generate_hub_entry()
var/s = ""
if (config.hub_banner_url) //bos
s += "<img src=\"https://i.imgur.com/n5i0D3V.png\"><br>"


/world/proc/SetupLogs()
Expand Down

0 comments on commit 11cb0fc

Please sign in to comment.