From 6d2f9c590a41104c0a5e934e91d14b91573280a8 Mon Sep 17 00:00:00 2001 From: borntohonk <6264306+borntohonk@users.noreply.github.com> Date: Sat, 12 Oct 2024 17:43:51 +0200 Subject: [PATCH] Update debug flag to be consistent with 19.0.0+ requirements. --- hbl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hbl.json b/hbl.json index 4434ee2..d1cadb6 100644 --- a/hbl.json +++ b/hbl.json @@ -245,7 +245,8 @@ { "type": "debug_flags", "value": { - "allow_debug": true, + "allow_debug": false, + "force_debug_prod": false, "force_debug": true } },