mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[MIRROR] 'Server's Last Round' fix (#3426)
* 'Server's Last Round' fix (#56934) * 'Server's Last Round' fix Co-authored-by: Emmanuel S <mrdoomboyo@gmail.com>
This commit is contained in:
@@ -259,7 +259,7 @@ 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"))
|
||||
if(fexists("data/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"]"
|
||||
|
||||
Reference in New Issue
Block a user