From 095b19956862562fd34b18e3b67267b9449caecb Mon Sep 17 00:00:00 2001 From: Lapis Date: Wed, 3 Jun 2026 09:34:54 -0400 Subject: [PATCH] oops --- CannedNet.Client/Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CannedNet.Client/Plugin.cs b/CannedNet.Client/Plugin.cs index 6d47483..1161794 100644 --- a/CannedNet.Client/Plugin.cs +++ b/CannedNet.Client/Plugin.cs @@ -42,7 +42,7 @@ public class Plugin : BasePlugin { if (scene.name == "ScreenAccountSelection" || scene.name == "VRAccountSelection") { - var cheatMgr = GameObject.Find("GameRoot/(Startup)(Clone)/Core Systems/"); + var cheatMgr = GameObject.Find("GameRoot/(Startup)(Clone)/Core Systems/[CheatManager]"); if (cheatMgr != null) { GameObject.Destroy(cheatMgr);