You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(!VersionHelper.IsTrustedBuild(pluginInterface))//for the love of god don't be an asshole and never delete this.
48
-
Logger.Fatal($"This is not a trusted build of Customize+. This build is installed from: {VersionHelper.GetInstallationSource(pluginInterface)}.");
48
+
Logger.Fatal($"This is not a trusted build of Customize+. This build is installed from: {VersionHelper.GetInstallationSource(pluginInterface)}. Internal name: ({pluginInterface.Manifest.InternalName})");
0 commit comments