From 5be6a9975245c253f2817380bf790e06de758b96 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 26 Dec 2023 17:02:35 -0500 Subject: [PATCH] [flawhud] Fixed friends list background not being removed --- src/TF2HUD.Editor/JSON/flawhud.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/TF2HUD.Editor/JSON/flawhud.json b/src/TF2HUD.Editor/JSON/flawhud.json index dedbc2a9..c21919f7 100644 --- a/src/TF2HUD.Editor/JSON/flawhud.json +++ b/src/TF2HUD.Editor/JSON/flawhud.json @@ -1637,6 +1637,12 @@ "true": "0", "false": "1" } + }, + "BGPanel4": { + "visible": { + "true": "0", + "false": "1" + } } } }