From fba4546c07663d98eb2209cb5c4618aa0d7e2350 Mon Sep 17 00:00:00 2001 From: bxt <133913240+ywxweal@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:37:35 -0500 Subject: [PATCH] Update Plugin.cs --- GShop PCUI/Plugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GShop PCUI/Plugin.cs b/GShop PCUI/Plugin.cs index 47d74b6..e010c83 100644 --- a/GShop PCUI/Plugin.cs +++ b/GShop PCUI/Plugin.cs @@ -29,7 +29,7 @@ public class Plugin : BaseUnityPlugin private Rect windowRect; - private void Start() => CosmeticsV2Spawner_Dirty.OnPostInstantiateAllPrefabs2 += CosmeticsLoaded; + private void Start() => CosmeticsV2Spawner_Dirty.OnPostInstantiateAllPrefabs += CosmeticsLoaded; private void Update() { @@ -251,4 +251,4 @@ private static Texture2D MakeTex(int w, int h, Color c) t.Apply(); return t; } -} \ No newline at end of file +}