From 095dd478a3af86f29f9972b34388ca8587bb4e49 Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Sat, 4 May 2024 09:58:11 +0100 Subject: [PATCH] fix gfx --- bundle-src/src/graphics/rosesFencing/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle-src/src/graphics/rosesFencing/index.tsx b/bundle-src/src/graphics/rosesFencing/index.tsx index 9f3e57e..783db23 100644 --- a/bundle-src/src/graphics/rosesFencing/index.tsx +++ b/bundle-src/src/graphics/rosesFencing/index.tsx @@ -13,7 +13,9 @@ function bannerMsg(round: number) { export function AllRosesFencingGraphics() { const state = useOnlyReplicantValue("eventState"); - const control = useOnlyReplicantValue("control-fencing"); + const control = useOnlyReplicantValue( + "control-rosesFencing" + ); const now = useTime();