[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:
SkyratBot
2021-02-16 12:14:05 +00:00
committed by GitHub
co-authored by Emmanuel S
parent 44f5e0591d
commit b281dd7c11
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -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"]"