From 9ca992b0d784905e5ee26887107bf7a3cefedd15 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Wed, 7 Jul 2021 23:27:43 +1000 Subject: [PATCH] Fix incorrect config description example --- src/Core/Config/ConfigManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Config/ConfigManager.cs b/src/Core/Config/ConfigManager.cs index de7990a..26e05c1 100644 --- a/src/Core/Config/ConfigManager.cs +++ b/src/Core/Config/ConfigManager.cs @@ -116,7 +116,7 @@ namespace UnityExplorer.Core.Config Reflection_Signature_Blacklist = new ConfigElement("Member Signature Blacklist", "Use this to blacklist certain member signatures if they are known to cause a crash or other issues.\r\n" + "Seperate signatures with a semicolon ';'.\r\n" + - "For example, to blacklist Camera.main, you would add 'Camera.main;'", + "For example, to blacklist Camera.main, you would add 'UnityEngine.Camera.main;'", ""); // Internal configs (panel save data)