fix cheatmanager destroy

This commit is contained in:
Lapis
2026-06-02 18:41:58 -04:00
parent e1459b2de2
commit 0e53f35fb6
+1 -1
View File
@@ -42,7 +42,7 @@ public class Plugin : BasePlugin
{ {
if (scene.name == "ScreenAccountSelection" || scene.name == "VRAccountSelection") if (scene.name == "ScreenAccountSelection" || scene.name == "VRAccountSelection")
{ {
var cheatMgr = GameObject.Find("GameRoot/Startup/Core Systems/[CheatManager]"); var cheatMgr = GameObject.Find("GameRoot/(Startup)(Clone)/Core Systems/");
if (cheatMgr != null) if (cheatMgr != null)
{ {
GameObject.Destroy(cheatMgr); GameObject.Destroy(cheatMgr);