From c4c485140d2c427fe49c5b23444a4f1dd111d5b7 Mon Sep 17 00:00:00 2001 From: Marechal-l Date: Tue, 1 Nov 2022 18:37:11 +0100 Subject: [PATCH] DS3: Avoid empty downloads --- WebHostLib/templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/templates/macros.html b/WebHostLib/templates/macros.html index 9a92edbbf1..307e6b7fe8 100644 --- a/WebHostLib/templates/macros.html +++ b/WebHostLib/templates/macros.html @@ -43,7 +43,7 @@ {% elif patch.game | supports_apdeltapatch %} Download Patch File... - {% elif patch.game == "Dark Souls III" %} + {% elif patch.game == "Dark Souls III" and patch.data %} Download JSON File... {% else %}