From bd852a938f86e0d19e1945d020f2619081babc16 Mon Sep 17 00:00:00 2001 From: CWX Date: Sun, 8 Oct 2023 22:01:21 +0100 Subject: [PATCH] bump layout testing --- Live/test-layout/patch.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Live/test-layout/patch.cs b/Live/test-layout/patch.cs index eefd1c3..fe21bc7 100644 --- a/Live/test-layout/patch.cs +++ b/Live/test-layout/patch.cs @@ -17,11 +17,11 @@ namespace Test_layout } [PatchPostfix] - private static bool PatchPostfix(ref ContainedGridsView __result, Item item, ContainedGridsView containedGridsTemplate) + private static void PatchPostfix(ref ContainedGridsView __result, Item item, ContainedGridsView containedGridsTemplate) { Debug.LogError(item.TemplateId); - if (item.TemplateId != "5648a69d4bdc2ded0b8b457b") return true; + if (item.TemplateId != "5648a69d4bdc2ded0b8b457b") return; Debug.LogError("Test!"); @@ -39,8 +39,6 @@ namespace Test_layout test.tag = "Untagged"; __result.GridViews = new[] { test }; - - return true; } } } \ No newline at end of file