From bcde0e14aaaa1e4f157ef627510646595611cb0b Mon Sep 17 00:00:00 2001 From: Ani Date: Wed, 10 Apr 2024 19:59:28 +0100 Subject: [PATCH] Update: Workaround emulator freeze on boot on 4 broken builds --- update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.php b/update.php index a851922..e4e3212 100644 --- a/update.php +++ b/update.php @@ -122,7 +122,8 @@ function checkForUpdates(string $api, string $commit = '') : array { // v2 code // When current and old build are master builds - if ($api === "v2") + // in_array: Workaround for builds that freeze on boot if changelog data is sent + if ($api === "v2" && !in_array($current->pr, array("15390", "15392", "15394", "15395"))) { $q_between = mysqli_query($db, "SELECT `version`, `title` FROM `builds` WHERE `merge_datetime`