fix account creation... ooops...

This commit is contained in:
Lapis
2026-06-18 11:20:38 -04:00
parent f56ed0d8de
commit 9bafbcd188
+1 -1
View File
@@ -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)