Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 9ca992b

Browse files
authored
Fix incorrect config description example
1 parent 5f3b3a6 commit 9ca992b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Config/ConfigManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private static void CreateConfigElements()
116116
Reflection_Signature_Blacklist = new ConfigElement<string>("Member Signature Blacklist",
117117
"Use this to blacklist certain member signatures if they are known to cause a crash or other issues.\r\n" +
118118
"Seperate signatures with a semicolon ';'.\r\n" +
119-
"For example, to blacklist Camera.main, you would add 'Camera.main;'",
119+
"For example, to blacklist Camera.main, you would add 'UnityEngine.Camera.main;'",
120120
"");
121121

122122
// Internal configs (panel save data)

0 commit comments

Comments
 (0)