mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[MIRROR] [bounty code moment] Adds a way to view the 'Server's Last Round' (#2667)
* [bounty code moment] Adds a way to view the 'Server's Last Round' (#55646) * Adds "View Last Server Round Report" option. * [bounty code moment] Adds a way to view the 'Server's Last Round' Co-authored-by: Emmanuel S <mrdoomboyo@gmail.com>
This commit is contained in:
@@ -257,6 +257,9 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
if(fexists(roundend_report_file()))
|
||||
add_verb(src, /client/proc/show_previous_roundend_report)
|
||||
|
||||
if(fexists("data/last_roundend/server_last_roundend_report.html"))
|
||||
add_verb(src, /client/proc/show_servers_last_roundend_report)
|
||||
|
||||
var/full_version = "[byond_version].[byond_build ? byond_build : "xxx"]"
|
||||
log_access("Login: [key_name(src)] from [address ? address : "localhost"]-[computer_id] || BYOND v[full_version]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user