From ad05ba0ebea49f97f4896c984d6cceab8da98e99 Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Sun, 12 Jan 2025 09:03:24 +0000 Subject: [PATCH] untroll footprint --- Content.Shared/_EE/Footprint/FootPrintComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/_EE/Footprint/FootPrintComponent.cs b/Content.Shared/_EE/Footprint/FootPrintComponent.cs index 6f2f2aab72..e342275e45 100644 --- a/Content.Shared/_EE/Footprint/FootPrintComponent.cs +++ b/Content.Shared/_EE/Footprint/FootPrintComponent.cs @@ -18,6 +18,6 @@ public sealed partial class FootPrintComponent : Component [DataField] public string SolutionName = "step"; - [DataField] + [ViewVariables] public Entity? Solution; }