mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 06:31:29 -07:00
fix account creation... ooops...
This commit is contained in:
@@ -46,7 +46,7 @@ public class Plugin : BasePlugin
|
||||
|
||||
private void OnSceneLoaded(Scene scene, LoadSceneMode mode)
|
||||
{
|
||||
if (scene.name != "TitleScreen")
|
||||
if (scene.name != "TitleScreen" && scene.name != "empty")
|
||||
{
|
||||
var cheatMgr = GameObject.Find("GameRoot/(Startup)(Clone)/Core Systems/[CheatManager]");
|
||||
if (cheatMgr != null)
|
||||
|
||||
Reference in New Issue
Block a user