mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 06:31:29 -07:00
fix cheatmanager destroy
This commit is contained in:
@@ -42,7 +42,7 @@ public class Plugin : BasePlugin
|
||||
{
|
||||
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)
|
||||
{
|
||||
GameObject.Destroy(cheatMgr);
|
||||
|
||||
Reference in New Issue
Block a user