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);