This commit is contained in:
Lapis
2026-06-03 09:34:54 -04:00
committed by GitHub
parent 0e53f35fb6
commit 095b199568
+1 -1
View File
@@ -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);