From daa8d41b43845e68be50c2134fb2d8ee83ecabff Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 14 May 2021 10:15:14 -0500 Subject: [PATCH] Always display a link to world backups on srv.9iron.club --- minecraft/index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/minecraft/index.php b/minecraft/index.php index 1f909b3..6e2c2c6 100644 --- a/minecraft/index.php +++ b/minecraft/index.php @@ -41,9 +41,7 @@ function echo_pack($pack) { echo "$desc"; # A small button to browse previous world downloads - if (file_exists("../files/packs/$pack/worlds")) { - echo "

Browse world backups

"; - } + echo "

Browse world backups

"; # And a bright big download button echo "Download";