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 "<p><a href=\"https://srv.9iron.club/files/packs/$pack/worlds\" class=\"worldsbutton\">Browse world backups</a></p>";
-	}
+	echo "<p><a href=\"https://srv.9iron.club/files/packs/$pack/worlds\" class=\"worldsbutton\">Browse world backups</a></p>";
 
 	# And a bright big download button
 	echo "<a href=\"https://srv.9iron.club/files/packs/$pack/latest.zip\" class=\"downloadbutton\">Download</a>";